Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.11 KB

ApplicationCustomerEntity.md

File metadata and controls

39 lines (20 loc) · 1.11 KB

ApplicationCustomerEntity

Properties

Name Type Description Notes
ProfileId Pointer to int32 The globally unique Talon.One ID of the customer that created this entity. [optional]

Methods

GetProfileId

func (o *ApplicationCustomerEntity) GetProfileId() int32

GetProfileId returns the ProfileId field if non-nil, zero value otherwise.

GetProfileIdOk

func (o *ApplicationCustomerEntity) GetProfileIdOk() (int32, bool)

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

HasProfileId

func (o *ApplicationCustomerEntity) HasProfileId() bool

HasProfileId returns a boolean if a field has been set.

SetProfileId

func (o *ApplicationCustomerEntity) SetProfileId(v int32)

SetProfileId gets a reference to the given int32 and assigns it to the ProfileId field.

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