Name | Type | Description | Notes |
---|---|---|---|
ProfileId | Pointer to int32 | The globally unique Talon.One ID of the customer that created this entity. | [optional] |
func (o *ApplicationCustomerEntity) GetProfileId() int32
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
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.
func (o *ApplicationCustomerEntity) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (o *ApplicationCustomerEntity) SetProfileId(v int32)
SetProfileId gets a reference to the given int32 and assigns it to the ProfileId field.