Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | Unique ID for this entity. Not to be confused with the Integration ID, which is set by your integration layer and used in most endpoints. | |
Created | Pointer to time.Time | [optional] | |
CreatedBy | Pointer to int32 | The ID of the user who created the value map. | [optional] |
CampaignId | Pointer to int32 |
func (o *ValueMap) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ValueMap) GetIdOk() (int32, 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 *ValueMap) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ValueMap) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *ValueMap) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *ValueMap) GetCreatedOk() (time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ValueMap) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *ValueMap) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (o *ValueMap) GetCreatedBy() int32
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *ValueMap) GetCreatedByOk() (int32, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ValueMap) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *ValueMap) SetCreatedBy(v int32)
SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.
func (o *ValueMap) GetCampaignId() int32
GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.
func (o *ValueMap) GetCampaignIdOk() (int32, bool)
GetCampaignIdOk returns a tuple with the CampaignId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ValueMap) HasCampaignId() bool
HasCampaignId returns a boolean if a field has been set.
func (o *ValueMap) SetCampaignId(v int32)
SetCampaignId gets a reference to the given int32 and assigns it to the CampaignId field.