Name | Type | Description | Notes |
---|---|---|---|
AccessType | Pointer to string | [optional] | |
TenantTag | Pointer to string | [optional] |
func NewAliasDetailsOutput() *AliasDetailsOutput
NewAliasDetailsOutput instantiates a new AliasDetailsOutput 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 NewAliasDetailsOutputWithDefaults() *AliasDetailsOutput
NewAliasDetailsOutputWithDefaults instantiates a new AliasDetailsOutput 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 *AliasDetailsOutput) GetAccessType() string
GetAccessType returns the AccessType field if non-nil, zero value otherwise.
func (o *AliasDetailsOutput) GetAccessTypeOk() (*string, bool)
GetAccessTypeOk returns a tuple with the AccessType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AliasDetailsOutput) SetAccessType(v string)
SetAccessType sets AccessType field to given value.
func (o *AliasDetailsOutput) HasAccessType() bool
HasAccessType returns a boolean if a field has been set.
func (o *AliasDetailsOutput) GetTenantTag() string
GetTenantTag returns the TenantTag field if non-nil, zero value otherwise.
func (o *AliasDetailsOutput) GetTenantTagOk() (*string, bool)
GetTenantTagOk returns a tuple with the TenantTag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AliasDetailsOutput) SetTenantTag(v string)
SetTenantTag sets TenantTag field to given value.
func (o *AliasDetailsOutput) HasTenantTag() bool
HasTenantTag returns a boolean if a field has been set.