Name | Type | Description | Notes |
---|---|---|---|
Description | Pointer to string | [optional] | |
ElementId | Pointer to string | [optional] | |
Id | Pointer to int64 | [optional] | |
Name | Pointer to string | [optional] | |
X | Pointer to float64 | [optional] | |
Y | Pointer to float64 | [optional] |
func NewIdentitySourceDTO() *IdentitySourceDTO
NewIdentitySourceDTO instantiates a new IdentitySourceDTO 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 NewIdentitySourceDTOWithDefaults() *IdentitySourceDTO
NewIdentitySourceDTOWithDefaults instantiates a new IdentitySourceDTO 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 *IdentitySourceDTO) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *IdentitySourceDTO) 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.
func (o *IdentitySourceDTO) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *IdentitySourceDTO) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *IdentitySourceDTO) GetElementId() string
GetElementId returns the ElementId field if non-nil, zero value otherwise.
func (o *IdentitySourceDTO) 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.
func (o *IdentitySourceDTO) SetElementId(v string)
SetElementId sets ElementId field to given value.
func (o *IdentitySourceDTO) HasElementId() bool
HasElementId returns a boolean if a field has been set.
func (o *IdentitySourceDTO) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IdentitySourceDTO) 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.
func (o *IdentitySourceDTO) SetId(v int64)
SetId sets Id field to given value.
func (o *IdentitySourceDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IdentitySourceDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IdentitySourceDTO) 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 *IdentitySourceDTO) SetName(v string)
SetName sets Name field to given value.
func (o *IdentitySourceDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IdentitySourceDTO) GetX() float64
GetX returns the X field if non-nil, zero value otherwise.
func (o *IdentitySourceDTO) 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.
func (o *IdentitySourceDTO) SetX(v float64)
SetX sets X field to given value.
func (o *IdentitySourceDTO) HasX() bool
HasX returns a boolean if a field has been set.
func (o *IdentitySourceDTO) GetY() float64
GetY returns the Y field if non-nil, zero value otherwise.
func (o *IdentitySourceDTO) 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.
func (o *IdentitySourceDTO) SetY(v float64)
SetY sets Y field to given value.
func (o *IdentitySourceDTO) HasY() bool
HasY returns a boolean if a field has been set.