Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The type can only be IDENTITY. This is read-only. | [optional] |
Id | Pointer to string | Identity ID. | [optional] |
Name | Pointer to string | Identity's human-readable display name. This is read-only. | [optional] |
Pointer to string | Identity's email address. This is read-only. | [optional] |
func NewIdentityReferenceWithNameAndEmail() *IdentityReferenceWithNameAndEmail
NewIdentityReferenceWithNameAndEmail instantiates a new IdentityReferenceWithNameAndEmail 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 NewIdentityReferenceWithNameAndEmailWithDefaults() *IdentityReferenceWithNameAndEmail
NewIdentityReferenceWithNameAndEmailWithDefaults instantiates a new IdentityReferenceWithNameAndEmail 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 *IdentityReferenceWithNameAndEmail) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *IdentityReferenceWithNameAndEmail) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityReferenceWithNameAndEmail) SetType(v string)
SetType sets Type field to given value.
func (o *IdentityReferenceWithNameAndEmail) HasType() bool
HasType returns a boolean if a field has been set.
func (o *IdentityReferenceWithNameAndEmail) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IdentityReferenceWithNameAndEmail) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityReferenceWithNameAndEmail) SetId(v string)
SetId sets Id field to given value.
func (o *IdentityReferenceWithNameAndEmail) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IdentityReferenceWithNameAndEmail) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IdentityReferenceWithNameAndEmail) 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.
func (o *IdentityReferenceWithNameAndEmail) SetName(v string)
SetName sets Name field to given value.
func (o *IdentityReferenceWithNameAndEmail) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IdentityReferenceWithNameAndEmail) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *IdentityReferenceWithNameAndEmail) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityReferenceWithNameAndEmail) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *IdentityReferenceWithNameAndEmail) HasEmail() bool
HasEmail returns a boolean if a field has been set.