IdentityAssociationDetails
Properties
Name | Type | Description | Notes |
---|---|---|---|
Message | Pointer to string | any additional context information of the http call result | [optional] |
AssociationDetails | Pointer to []IdentityAssociationDetailsAssociationDetailsInner | list of all the resource associations for the identity | [optional] |
Methods
NewIdentityAssociationDetails
func NewIdentityAssociationDetails() *IdentityAssociationDetails
NewIdentityAssociationDetails instantiates a new IdentityAssociationDetails 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
NewIdentityAssociationDetailsWithDefaults
func NewIdentityAssociationDetailsWithDefaults() *IdentityAssociationDetails
NewIdentityAssociationDetailsWithDefaults instantiates a new IdentityAssociationDetails 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
GetMessage
func (o *IdentityAssociationDetails) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
GetMessageOk
func (o *IdentityAssociationDetails) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMessage
func (o *IdentityAssociationDetails) SetMessage(v string)
SetMessage sets Message field to given value.
HasMessage
func (o *IdentityAssociationDetails) HasMessage() bool
HasMessage returns a boolean if a field has been set.
GetAssociationDetails
func (o *IdentityAssociationDetails) GetAssociationDetails() []IdentityAssociationDetailsAssociationDetailsInner
GetAssociationDetails returns the AssociationDetails field if non-nil, zero value otherwise.
GetAssociationDetailsOk
func (o *IdentityAssociationDetails) GetAssociationDetailsOk() (*[]IdentityAssociationDetailsAssociationDetailsInner, bool)
GetAssociationDetailsOk returns a tuple with the AssociationDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAssociationDetails
func (o *IdentityAssociationDetails) SetAssociationDetails(v []IdentityAssociationDetailsAssociationDetailsInner)
SetAssociationDetails sets AssociationDetails field to given value.
HasAssociationDetails
func (o *IdentityAssociationDetails) HasAssociationDetails() bool
HasAssociationDetails returns a boolean if a field has been set.