Name | Type | Description | Notes |
---|---|---|---|
Application | Pointer to Identity | [optional] | |
Device | Pointer to Identity | [optional] | |
User | Pointer to Identity | [optional] | |
Group | Pointer to Identity | [optional] |
func NewIdentitySet() *IdentitySet
NewIdentitySet instantiates a new IdentitySet 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 NewIdentitySetWithDefaults() *IdentitySet
NewIdentitySetWithDefaults instantiates a new IdentitySet 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 *IdentitySet) GetApplication() Identity
GetApplication returns the Application field if non-nil, zero value otherwise.
func (o *IdentitySet) GetApplicationOk() (*Identity, bool)
GetApplicationOk returns a tuple with the Application field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentitySet) SetApplication(v Identity)
SetApplication sets Application field to given value.
func (o *IdentitySet) HasApplication() bool
HasApplication returns a boolean if a field has been set.
func (o *IdentitySet) GetDevice() Identity
GetDevice returns the Device field if non-nil, zero value otherwise.
func (o *IdentitySet) GetDeviceOk() (*Identity, bool)
GetDeviceOk returns a tuple with the Device field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentitySet) SetDevice(v Identity)
SetDevice sets Device field to given value.
func (o *IdentitySet) HasDevice() bool
HasDevice returns a boolean if a field has been set.
func (o *IdentitySet) GetUser() Identity
GetUser returns the User field if non-nil, zero value otherwise.
func (o *IdentitySet) GetUserOk() (*Identity, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentitySet) SetUser(v Identity)
SetUser sets User field to given value.
func (o *IdentitySet) HasUser() bool
HasUser returns a boolean if a field has been set.
func (o *IdentitySet) GetGroup() Identity
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *IdentitySet) GetGroupOk() (*Identity, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentitySet) SetGroup(v Identity)
SetGroup sets Group field to given value.
func (o *IdentitySet) HasGroup() bool
HasGroup returns a boolean if a field has been set.