Name | Type | Description | Notes |
---|---|---|---|
Identity | Pointer to IdentityPreviewResponseIdentity | [optional] | |
PreviewAttributes | Pointer to []IdentityAttributePreview | [optional] |
func NewIdentityPreviewResponse() *IdentityPreviewResponse
NewIdentityPreviewResponse instantiates a new IdentityPreviewResponse 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 NewIdentityPreviewResponseWithDefaults() *IdentityPreviewResponse
NewIdentityPreviewResponseWithDefaults instantiates a new IdentityPreviewResponse 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 *IdentityPreviewResponse) GetIdentity() IdentityPreviewResponseIdentity
GetIdentity returns the Identity field if non-nil, zero value otherwise.
func (o *IdentityPreviewResponse) GetIdentityOk() (*IdentityPreviewResponseIdentity, bool)
GetIdentityOk returns a tuple with the Identity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPreviewResponse) SetIdentity(v IdentityPreviewResponseIdentity)
SetIdentity sets Identity field to given value.
func (o *IdentityPreviewResponse) HasIdentity() bool
HasIdentity returns a boolean if a field has been set.
func (o *IdentityPreviewResponse) GetPreviewAttributes() []IdentityAttributePreview
GetPreviewAttributes returns the PreviewAttributes field if non-nil, zero value otherwise.
func (o *IdentityPreviewResponse) GetPreviewAttributesOk() (*[]IdentityAttributePreview, bool)
GetPreviewAttributesOk returns a tuple with the PreviewAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IdentityPreviewResponse) SetPreviewAttributes(v []IdentityAttributePreview)
SetPreviewAttributes sets PreviewAttributes field to given value.
func (o *IdentityPreviewResponse) HasPreviewAttributes() bool
HasPreviewAttributes returns a boolean if a field has been set.