Name | Type | Description | Notes |
---|---|---|---|
Client | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Secret | Pointer to string | [optional] | |
Tenant | Pointer to string | [optional] |
func NewAzurePayload() *AzurePayload
NewAzurePayload instantiates a new AzurePayload 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 NewAzurePayloadWithDefaults() *AzurePayload
NewAzurePayloadWithDefaults instantiates a new AzurePayload 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 *AzurePayload) GetClient() string
GetClient returns the Client field if non-nil, zero value otherwise.
func (o *AzurePayload) GetClientOk() (*string, bool)
GetClientOk returns a tuple with the Client field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzurePayload) SetClient(v string)
SetClient sets Client field to given value.
func (o *AzurePayload) HasClient() bool
HasClient returns a boolean if a field has been set.
func (o *AzurePayload) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AzurePayload) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzurePayload) SetName(v string)
SetName sets Name field to given value.
func (o *AzurePayload) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AzurePayload) GetSecret() string
GetSecret returns the Secret field if non-nil, zero value otherwise.
func (o *AzurePayload) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzurePayload) SetSecret(v string)
SetSecret sets Secret field to given value.
func (o *AzurePayload) HasSecret() bool
HasSecret returns a boolean if a field has been set.
func (o *AzurePayload) GetTenant() string
GetTenant returns the Tenant field if non-nil, zero value otherwise.
func (o *AzurePayload) GetTenantOk() (*string, bool)
GetTenantOk returns a tuple with the Tenant field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AzurePayload) SetTenant(v string)
SetTenant sets Tenant field to given value.
func (o *AzurePayload) HasTenant() bool
HasTenant returns a boolean if a field has been set.