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] |
SubscribedApplicationsIds | Pointer to []int32 | A list of the IDs of the Applications where this collection is enabled. | [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] |
func (o *CollectionWithoutPayload) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CollectionWithoutPayload) 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 *CollectionWithoutPayload) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CollectionWithoutPayload) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *CollectionWithoutPayload) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *CollectionWithoutPayload) 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 *CollectionWithoutPayload) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *CollectionWithoutPayload) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (o *CollectionWithoutPayload) GetAccountId() int32
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *CollectionWithoutPayload) 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 *CollectionWithoutPayload) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *CollectionWithoutPayload) SetAccountId(v int32)
SetAccountId gets a reference to the given int32 and assigns it to the AccountId field.
func (o *CollectionWithoutPayload) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *CollectionWithoutPayload) 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 *CollectionWithoutPayload) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *CollectionWithoutPayload) SetModified(v time.Time)
SetModified gets a reference to the given time.Time and assigns it to the Modified field.
func (o *CollectionWithoutPayload) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CollectionWithoutPayload) 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 *CollectionWithoutPayload) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CollectionWithoutPayload) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (o *CollectionWithoutPayload) GetSubscribedApplicationsIds() []int32
GetSubscribedApplicationsIds returns the SubscribedApplicationsIds field if non-nil, zero value otherwise.
func (o *CollectionWithoutPayload) GetSubscribedApplicationsIdsOk() ([]int32, bool)
GetSubscribedApplicationsIdsOk returns a tuple with the SubscribedApplicationsIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionWithoutPayload) HasSubscribedApplicationsIds() bool
HasSubscribedApplicationsIds returns a boolean if a field has been set.
func (o *CollectionWithoutPayload) SetSubscribedApplicationsIds(v []int32)
SetSubscribedApplicationsIds gets a reference to the given []int32 and assigns it to the SubscribedApplicationsIds field.
func (o *CollectionWithoutPayload) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CollectionWithoutPayload) 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 *CollectionWithoutPayload) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CollectionWithoutPayload) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (o *CollectionWithoutPayload) GetModifiedBy() int32
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
func (o *CollectionWithoutPayload) 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 *CollectionWithoutPayload) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *CollectionWithoutPayload) SetModifiedBy(v int32)
SetModifiedBy gets a reference to the given int32 and assigns it to the ModifiedBy field.
func (o *CollectionWithoutPayload) GetCreatedBy() int32
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *CollectionWithoutPayload) 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 *CollectionWithoutPayload) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *CollectionWithoutPayload) SetCreatedBy(v int32)
SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.
func (o *CollectionWithoutPayload) GetApplicationId() int32
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *CollectionWithoutPayload) 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 *CollectionWithoutPayload) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *CollectionWithoutPayload) SetApplicationId(v int32)
SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.
func (o *CollectionWithoutPayload) GetCampaignId() int32
GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.
func (o *CollectionWithoutPayload) 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 *CollectionWithoutPayload) HasCampaignId() bool
HasCampaignId returns a boolean if a field has been set.
func (o *CollectionWithoutPayload) SetCampaignId(v int32)
SetCampaignId gets a reference to the given int32 and assigns it to the CampaignId field.