Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.23 KB

ListBYOAConfigRequest.md

File metadata and controls

72 lines (39 loc) · 2.23 KB

ListBYOAConfigRequest

Properties

Name Type Description Notes
CloudProviderName string Name of the Infra Provider
Token string JWT token used to perform authorization

Methods

NewListBYOAConfigRequest

func NewListBYOAConfigRequest(cloudProviderName string, token string, ) *ListBYOAConfigRequest

NewListBYOAConfigRequest instantiates a new ListBYOAConfigRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewListBYOAConfigRequestWithDefaults

func NewListBYOAConfigRequestWithDefaults() *ListBYOAConfigRequest

NewListBYOAConfigRequestWithDefaults instantiates a new ListBYOAConfigRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetCloudProviderName

func (o *ListBYOAConfigRequest) GetCloudProviderName() string

GetCloudProviderName returns the CloudProviderName field if non-nil, zero value otherwise.

GetCloudProviderNameOk

func (o *ListBYOAConfigRequest) GetCloudProviderNameOk() (*string, bool)

GetCloudProviderNameOk returns a tuple with the CloudProviderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCloudProviderName

func (o *ListBYOAConfigRequest) SetCloudProviderName(v string)

SetCloudProviderName sets CloudProviderName field to given value.

GetToken

func (o *ListBYOAConfigRequest) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *ListBYOAConfigRequest) GetTokenOk() (*string, bool)

GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetToken

func (o *ListBYOAConfigRequest) SetToken(v string)

SetToken sets Token field to given value.

[Back to Model list] [Back to API list] [Back to README]