Skip to content

Latest commit

 

History

History
286 lines (153 loc) · 8.6 KB

File metadata and controls

286 lines (153 loc) · 8.6 KB

CollectionWithoutPayload

Properties

Name Type Description Notes
Id Pointer to int64 The internal ID of this entity.
Created Pointer to time.Time The time this entity was created.
AccountId Pointer to int64 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 []int64 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 int64 ID of the user who last updated this effect if available. [optional]
CreatedBy Pointer to int64 ID of the user who created this effect.
ApplicationId Pointer to int64 The ID of the Application that owns this entity. [optional]
CampaignId Pointer to int64 The ID of the campaign that owns this entity. [optional]

Methods

NewCollectionWithoutPayload

func NewCollectionWithoutPayload(id int64, created time.Time, accountId int64, modified time.Time, name string, createdBy int64, ) *CollectionWithoutPayload

NewCollectionWithoutPayload instantiates a new CollectionWithoutPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCollectionWithoutPayloadWithDefaults

func NewCollectionWithoutPayloadWithDefaults() *CollectionWithoutPayload

NewCollectionWithoutPayloadWithDefaults instantiates a new CollectionWithoutPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetId

func (o *CollectionWithoutPayload) GetId() int64

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *CollectionWithoutPayload) GetIdOk() (*int64, 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.

SetId

func (o *CollectionWithoutPayload) SetId(v int64)

SetId sets Id field to given value.

GetCreated

func (o *CollectionWithoutPayload) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

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.

SetCreated

func (o *CollectionWithoutPayload) SetCreated(v time.Time)

SetCreated sets Created field to given value.

GetAccountId

func (o *CollectionWithoutPayload) GetAccountId() int64

GetAccountId returns the AccountId field if non-nil, zero value otherwise.

GetAccountIdOk

func (o *CollectionWithoutPayload) GetAccountIdOk() (*int64, 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.

SetAccountId

func (o *CollectionWithoutPayload) SetAccountId(v int64)

SetAccountId sets AccountId field to given value.

GetModified

func (o *CollectionWithoutPayload) GetModified() time.Time

GetModified returns the Modified field if non-nil, zero value otherwise.

GetModifiedOk

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.

SetModified

func (o *CollectionWithoutPayload) SetModified(v time.Time)

SetModified sets Modified field to given value.

GetDescription

func (o *CollectionWithoutPayload) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *CollectionWithoutPayload) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *CollectionWithoutPayload) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetSubscribedApplicationsIds

func (o *CollectionWithoutPayload) GetSubscribedApplicationsIds() []int64

GetSubscribedApplicationsIds returns the SubscribedApplicationsIds field if non-nil, zero value otherwise.

GetSubscribedApplicationsIdsOk

func (o *CollectionWithoutPayload) GetSubscribedApplicationsIdsOk() (*[]int64, 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.

SetSubscribedApplicationsIds

func (o *CollectionWithoutPayload) SetSubscribedApplicationsIds(v []int64)

SetSubscribedApplicationsIds sets SubscribedApplicationsIds field to given value.

HasSubscribedApplicationsIds

func (o *CollectionWithoutPayload) HasSubscribedApplicationsIds() bool

HasSubscribedApplicationsIds returns a boolean if a field has been set.

GetName

func (o *CollectionWithoutPayload) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *CollectionWithoutPayload) SetName(v string)

SetName sets Name field to given value.

GetModifiedBy

func (o *CollectionWithoutPayload) GetModifiedBy() int64

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

func (o *CollectionWithoutPayload) GetModifiedByOk() (*int64, 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.

SetModifiedBy

func (o *CollectionWithoutPayload) SetModifiedBy(v int64)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *CollectionWithoutPayload) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

GetCreatedBy

func (o *CollectionWithoutPayload) GetCreatedBy() int64

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *CollectionWithoutPayload) GetCreatedByOk() (*int64, 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.

SetCreatedBy

func (o *CollectionWithoutPayload) SetCreatedBy(v int64)

SetCreatedBy sets CreatedBy field to given value.

GetApplicationId

func (o *CollectionWithoutPayload) GetApplicationId() int64

GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.

GetApplicationIdOk

func (o *CollectionWithoutPayload) GetApplicationIdOk() (*int64, 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.

SetApplicationId

func (o *CollectionWithoutPayload) SetApplicationId(v int64)

SetApplicationId sets ApplicationId field to given value.

HasApplicationId

func (o *CollectionWithoutPayload) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

GetCampaignId

func (o *CollectionWithoutPayload) GetCampaignId() int64

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

GetCampaignIdOk

func (o *CollectionWithoutPayload) GetCampaignIdOk() (*int64, 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.

SetCampaignId

func (o *CollectionWithoutPayload) SetCampaignId(v int64)

SetCampaignId sets CampaignId field to given value.

HasCampaignId

func (o *CollectionWithoutPayload) HasCampaignId() bool

HasCampaignId returns a boolean if a field has been set.

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