Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.28 KB

AzurePayload.md

File metadata and controls

134 lines (73 loc) · 3.28 KB

AzurePayload

Properties

Name Type Description Notes
Client Pointer to string [optional]
Name Pointer to string [optional]
Secret Pointer to string [optional]
Tenant Pointer to string [optional]

Methods

NewAzurePayload

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

NewAzurePayloadWithDefaults

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

GetClient

func (o *AzurePayload) GetClient() string

GetClient returns the Client field if non-nil, zero value otherwise.

GetClientOk

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.

SetClient

func (o *AzurePayload) SetClient(v string)

SetClient sets Client field to given value.

HasClient

func (o *AzurePayload) HasClient() bool

HasClient returns a boolean if a field has been set.

GetName

func (o *AzurePayload) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *AzurePayload) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AzurePayload) HasName() bool

HasName returns a boolean if a field has been set.

GetSecret

func (o *AzurePayload) GetSecret() string

GetSecret returns the Secret field if non-nil, zero value otherwise.

GetSecretOk

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.

SetSecret

func (o *AzurePayload) SetSecret(v string)

SetSecret sets Secret field to given value.

HasSecret

func (o *AzurePayload) HasSecret() bool

HasSecret returns a boolean if a field has been set.

GetTenant

func (o *AzurePayload) GetTenant() string

GetTenant returns the Tenant field if non-nil, zero value otherwise.

GetTenantOk

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.

SetTenant

func (o *AzurePayload) SetTenant(v string)

SetTenant sets Tenant field to given value.

HasTenant

func (o *AzurePayload) HasTenant() bool

HasTenant returns a boolean if a field has been set.

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