Name | Type | Description | Notes |
---|---|---|---|
AccountAlias | string | Account alias | |
AuthMethodName | string | Auth method name | |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
func NewAliasDetails(accountAlias string, authMethodName string, ) *AliasDetails
NewAliasDetails instantiates a new AliasDetails 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 NewAliasDetailsWithDefaults() *AliasDetails
NewAliasDetailsWithDefaults instantiates a new AliasDetails 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 *AliasDetails) GetAccountAlias() string
GetAccountAlias returns the AccountAlias field if non-nil, zero value otherwise.
func (o *AliasDetails) GetAccountAliasOk() (*string, bool)
GetAccountAliasOk returns a tuple with the AccountAlias field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AliasDetails) SetAccountAlias(v string)
SetAccountAlias sets AccountAlias field to given value.
func (o *AliasDetails) GetAuthMethodName() string
GetAuthMethodName returns the AuthMethodName field if non-nil, zero value otherwise.
func (o *AliasDetails) GetAuthMethodNameOk() (*string, bool)
GetAuthMethodNameOk returns a tuple with the AuthMethodName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AliasDetails) SetAuthMethodName(v string)
SetAuthMethodName sets AuthMethodName field to given value.
func (o *AliasDetails) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *AliasDetails) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AliasDetails) SetJson(v bool)
SetJson sets Json field to given value.
func (o *AliasDetails) HasJson() bool
HasJson returns a boolean if a field has been set.