Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.52 KB

AttributeProfileDTO.md

File metadata and controls

134 lines (73 loc) · 3.52 KB

AttributeProfileDTO

Properties

Name Type Description Notes
ElementId Pointer to string [optional]
Id Pointer to int64 [optional]
Name Pointer to string [optional]
ProfileType Pointer to string [optional]

Methods

NewAttributeProfileDTO

func NewAttributeProfileDTO() *AttributeProfileDTO

NewAttributeProfileDTO instantiates a new AttributeProfileDTO 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

NewAttributeProfileDTOWithDefaults

func NewAttributeProfileDTOWithDefaults() *AttributeProfileDTO

NewAttributeProfileDTOWithDefaults instantiates a new AttributeProfileDTO 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

GetElementId

func (o *AttributeProfileDTO) GetElementId() string

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

GetElementIdOk

func (o *AttributeProfileDTO) 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 *AttributeProfileDTO) SetElementId(v string)

SetElementId sets ElementId field to given value.

HasElementId

func (o *AttributeProfileDTO) HasElementId() bool

HasElementId returns a boolean if a field has been set.

GetId

func (o *AttributeProfileDTO) GetId() int64

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

GetIdOk

func (o *AttributeProfileDTO) 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 *AttributeProfileDTO) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *AttributeProfileDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *AttributeProfileDTO) GetName() string

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

GetNameOk

func (o *AttributeProfileDTO) 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 *AttributeProfileDTO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AttributeProfileDTO) HasName() bool

HasName returns a boolean if a field has been set.

GetProfileType

func (o *AttributeProfileDTO) GetProfileType() string

GetProfileType returns the ProfileType field if non-nil, zero value otherwise.

GetProfileTypeOk

func (o *AttributeProfileDTO) GetProfileTypeOk() (*string, bool)

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

SetProfileType

func (o *AttributeProfileDTO) SetProfileType(v string)

SetProfileType sets ProfileType field to given value.

HasProfileType

func (o *AttributeProfileDTO) HasProfileType() bool

HasProfileType returns a boolean if a field has been set.

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