Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.03 KB

CampaignEntity.md

File metadata and controls

39 lines (20 loc) · 1.03 KB

CampaignEntity

Properties

Name Type Description Notes
CampaignId Pointer to int32 The ID of the campaign that owns this entity.

Methods

GetCampaignId

func (o *CampaignEntity) GetCampaignId() int32

GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.

GetCampaignIdOk

func (o *CampaignEntity) 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.

HasCampaignId

func (o *CampaignEntity) HasCampaignId() bool

HasCampaignId returns a boolean if a field has been set.

SetCampaignId

func (o *CampaignEntity) SetCampaignId(v int32)

SetCampaignId gets a reference to the given int32 and assigns it to the CampaignId field.

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