Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | Internal ID of this entity. | |
Created | Pointer to time.Time | The time this entity was created. | |
AccountId | Pointer to int32 | The ID of the account that owns this entity. | |
Modified | Pointer to time.Time | The time this entity was last modified. | |
Description | Pointer to string | A short description of the purpose of this collection. | [optional] |
Name | Pointer to string | The name of this collection. | |
ModifiedBy | Pointer to int32 | ID of the user who last updated this effect if available. | [optional] |
CreatedBy | Pointer to int32 | ID of the user who created this effect. | |
ApplicationId | Pointer to int32 | The ID of the Application that owns this entity. | [optional] |
CampaignId | Pointer to int32 | The ID of the campaign that owns this entity. | [optional] |
Payload | Pointer to []string | The content of the collection. | [optional] |
func (o *CampaignCollection) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CampaignCollection) 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 *CampaignCollection) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CampaignCollection) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *CampaignCollection) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *CampaignCollection) 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 *CampaignCollection) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *CampaignCollection) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (o *CampaignCollection) GetAccountId() int32
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *CampaignCollection) GetAccountIdOk() (int32, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignCollection) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *CampaignCollection) SetAccountId(v int32)
SetAccountId gets a reference to the given int32 and assigns it to the AccountId field.
func (o *CampaignCollection) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *CampaignCollection) GetModifiedOk() (time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignCollection) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *CampaignCollection) SetModified(v time.Time)
SetModified gets a reference to the given time.Time and assigns it to the Modified field.
func (o *CampaignCollection) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CampaignCollection) GetDescriptionOk() (string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignCollection) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CampaignCollection) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (o *CampaignCollection) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CampaignCollection) 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.
func (o *CampaignCollection) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CampaignCollection) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *CampaignCollection) GetModifiedBy() int32
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *CampaignCollection) GetModifiedByOk() (int32, bool)
GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignCollection) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *CampaignCollection) SetModifiedBy(v int32)
SetModifiedBy gets a reference to the given int32 and assigns it to the ModifiedBy field.
func (o *CampaignCollection) GetCreatedBy() int32
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *CampaignCollection) 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 *CampaignCollection) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *CampaignCollection) SetCreatedBy(v int32)
SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.
func (o *CampaignCollection) GetApplicationId() int32
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *CampaignCollection) GetApplicationIdOk() (int32, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignCollection) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *CampaignCollection) SetApplicationId(v int32)
SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.
func (o *CampaignCollection) GetCampaignId() int32
GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.
func (o *CampaignCollection) 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 *CampaignCollection) HasCampaignId() bool
HasCampaignId returns a boolean if a field has been set.
func (o *CampaignCollection) SetCampaignId(v int32)
SetCampaignId gets a reference to the given int32 and assigns it to the CampaignId field.
func (o *CampaignCollection) GetPayload() []string
GetPayload returns the Payload field if non-nil, zero value otherwise.
func (o *CampaignCollection) GetPayloadOk() ([]string, bool)
GetPayloadOk returns a tuple with the Payload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignCollection) HasPayload() bool
HasPayload returns a boolean if a field has been set.
func (o *CampaignCollection) SetPayload(v []string)
SetPayload gets a reference to the given []string and assigns it to the Payload field.