Name | Type | Description | Notes |
---|---|---|---|
CloudProviderName | string | Name of the Infra Provider | |
Token | string | JWT token used to perform authorization |
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
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
func (o *ListBYOAConfigRequest) GetCloudProviderName() string
GetCloudProviderName returns the CloudProviderName field if non-nil, zero value otherwise.
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.
func (o *ListBYOAConfigRequest) SetCloudProviderName(v string)
SetCloudProviderName sets CloudProviderName field to given value.
func (o *ListBYOAConfigRequest) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
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.
func (o *ListBYOAConfigRequest) SetToken(v string)
SetToken sets Token field to given value.