Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.67 KB

EmbeddedIdentityVaultDTO.md

File metadata and controls

212 lines (115 loc) · 5.67 KB

EmbeddedIdentityVaultDTO

Properties

Name Type Description Notes
Description Pointer to string [optional]
ElementId Pointer to string [optional]
Id Pointer to int64 [optional]
IdentityConnectorName Pointer to string [optional]
Name Pointer to string [optional]
X Pointer to float64 [optional]
Y Pointer to float64 [optional]

Methods

NewEmbeddedIdentityVaultDTO

func NewEmbeddedIdentityVaultDTO() *EmbeddedIdentityVaultDTO

NewEmbeddedIdentityVaultDTO instantiates a new EmbeddedIdentityVaultDTO 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

NewEmbeddedIdentityVaultDTOWithDefaults

func NewEmbeddedIdentityVaultDTOWithDefaults() *EmbeddedIdentityVaultDTO

NewEmbeddedIdentityVaultDTOWithDefaults instantiates a new EmbeddedIdentityVaultDTO 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

GetDescription

func (o *EmbeddedIdentityVaultDTO) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *EmbeddedIdentityVaultDTO) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *EmbeddedIdentityVaultDTO) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *EmbeddedIdentityVaultDTO) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetElementId

func (o *EmbeddedIdentityVaultDTO) GetElementId() string

GetElementId returns the ElementId field if non-nil, zero value otherwise.

GetElementIdOk

func (o *EmbeddedIdentityVaultDTO) GetElementIdOk() (*string, bool)

GetElementIdOk returns a tuple with the ElementId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetElementId

func (o *EmbeddedIdentityVaultDTO) SetElementId(v string)

SetElementId sets ElementId field to given value.

HasElementId

func (o *EmbeddedIdentityVaultDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

GetId

func (o *EmbeddedIdentityVaultDTO) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *EmbeddedIdentityVaultDTO) GetIdOk() (*int64, 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.

SetId

func (o *EmbeddedIdentityVaultDTO) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *EmbeddedIdentityVaultDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetIdentityConnectorName

func (o *EmbeddedIdentityVaultDTO) GetIdentityConnectorName() string

GetIdentityConnectorName returns the IdentityConnectorName field if non-nil, zero value otherwise.

GetIdentityConnectorNameOk

func (o *EmbeddedIdentityVaultDTO) GetIdentityConnectorNameOk() (*string, bool)

GetIdentityConnectorNameOk returns a tuple with the IdentityConnectorName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIdentityConnectorName

func (o *EmbeddedIdentityVaultDTO) SetIdentityConnectorName(v string)

SetIdentityConnectorName sets IdentityConnectorName field to given value.

HasIdentityConnectorName

func (o *EmbeddedIdentityVaultDTO) HasIdentityConnectorName() bool

HasIdentityConnectorName returns a boolean if a field has been set.

GetName

func (o *EmbeddedIdentityVaultDTO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *EmbeddedIdentityVaultDTO) 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.

SetName

func (o *EmbeddedIdentityVaultDTO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *EmbeddedIdentityVaultDTO) HasName() bool

HasName returns a boolean if a field has been set.

GetX

func (o *EmbeddedIdentityVaultDTO) GetX() float64

GetX returns the X field if non-nil, zero value otherwise.

GetXOk

func (o *EmbeddedIdentityVaultDTO) GetXOk() (*float64, bool)

GetXOk returns a tuple with the X field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetX

func (o *EmbeddedIdentityVaultDTO) SetX(v float64)

SetX sets X field to given value.

HasX

func (o *EmbeddedIdentityVaultDTO) HasX() bool

HasX returns a boolean if a field has been set.

GetY

func (o *EmbeddedIdentityVaultDTO) GetY() float64

GetY returns the Y field if non-nil, zero value otherwise.

GetYOk

func (o *EmbeddedIdentityVaultDTO) GetYOk() (*float64, bool)

GetYOk returns a tuple with the Y field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetY

func (o *EmbeddedIdentityVaultDTO) SetY(v float64)

SetY sets Y field to given value.

HasY

func (o *EmbeddedIdentityVaultDTO) HasY() bool

HasY returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]