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. | |
ActivateAt | Pointer to time.Time | [optional] | |
AccountId | Pointer to int32 | ||
ApplicationId | Pointer to int32 | ||
CampaignId | Pointer to int32 | ||
Created | Pointer to time.Time | ||
CreatedBy | Pointer to int32 | ||
ActivatedAt | Pointer to time.Time | [optional] | |
ActivatedBy | Pointer to int32 | [optional] | |
CurrentVersion | Pointer to RevisionVersion | [optional] |
func (o *Revision) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Revision) 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 *Revision) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Revision) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *Revision) GetActivateAt() time.Time
GetActivateAt returns the ActivateAt field if non-nil, zero value otherwise.
func (o *Revision) GetActivateAtOk() (time.Time, bool)
GetActivateAtOk returns a tuple with the ActivateAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Revision) HasActivateAt() bool
HasActivateAt returns a boolean if a field has been set.
func (o *Revision) SetActivateAt(v time.Time)
SetActivateAt gets a reference to the given time.Time and assigns it to the ActivateAt field.
func (o *Revision) GetAccountId() int32
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *Revision) 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 *Revision) HasAccountId() bool
HasAccountId returns a boolean if a field has been set.
func (o *Revision) SetAccountId(v int32)
SetAccountId gets a reference to the given int32 and assigns it to the AccountId field.
func (o *Revision) GetApplicationId() int32
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *Revision) 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 *Revision) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *Revision) SetApplicationId(v int32)
SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.
func (o *Revision) GetCampaignId() int32
GetCampaignId returns the CampaignId field if non-nil, zero value otherwise.
func (o *Revision) 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 *Revision) HasCampaignId() bool
HasCampaignId returns a boolean if a field has been set.
func (o *Revision) SetCampaignId(v int32)
SetCampaignId gets a reference to the given int32 and assigns it to the CampaignId field.
func (o *Revision) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *Revision) 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 *Revision) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *Revision) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (o *Revision) GetCreatedBy() int32
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *Revision) 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 *Revision) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *Revision) SetCreatedBy(v int32)
SetCreatedBy gets a reference to the given int32 and assigns it to the CreatedBy field.
func (o *Revision) GetActivatedAt() time.Time
GetActivatedAt returns the ActivatedAt field if non-nil, zero value otherwise.
func (o *Revision) GetActivatedAtOk() (time.Time, bool)
GetActivatedAtOk returns a tuple with the ActivatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Revision) HasActivatedAt() bool
HasActivatedAt returns a boolean if a field has been set.
func (o *Revision) SetActivatedAt(v time.Time)
SetActivatedAt gets a reference to the given time.Time and assigns it to the ActivatedAt field.
func (o *Revision) GetActivatedBy() int32
GetActivatedBy returns the ActivatedBy field if non-nil, zero value otherwise.
func (o *Revision) GetActivatedByOk() (int32, bool)
GetActivatedByOk returns a tuple with the ActivatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Revision) HasActivatedBy() bool
HasActivatedBy returns a boolean if a field has been set.
func (o *Revision) SetActivatedBy(v int32)
SetActivatedBy gets a reference to the given int32 and assigns it to the ActivatedBy field.
func (o *Revision) GetCurrentVersion() RevisionVersion
GetCurrentVersion returns the CurrentVersion field if non-nil, zero value otherwise.
func (o *Revision) GetCurrentVersionOk() (RevisionVersion, bool)
GetCurrentVersionOk returns a tuple with the CurrentVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Revision) HasCurrentVersion() bool
HasCurrentVersion returns a boolean if a field has been set.
func (o *Revision) SetCurrentVersion(v RevisionVersion)
SetCurrentVersion gets a reference to the given RevisionVersion and assigns it to the CurrentVersion field.