Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.96 KB

CampaignStatusArchived.md

File metadata and controls

108 lines (59 loc) · 2.96 KB

CampaignStatusArchived

Properties

Name Type Description Notes
Value Pointer to string [optional]
Reason Pointer to string Reason of to archive this campaign [optional]
Date Pointer to string Date when the campaign was archived [optional]

Methods

NewCampaignStatusArchived

func NewCampaignStatusArchived() *CampaignStatusArchived

NewCampaignStatusArchived instantiates a new CampaignStatusArchived 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

NewCampaignStatusArchivedWithDefaults

func NewCampaignStatusArchivedWithDefaults() *CampaignStatusArchived

NewCampaignStatusArchivedWithDefaults instantiates a new CampaignStatusArchived 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

GetValue

func (o *CampaignStatusArchived) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *CampaignStatusArchived) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *CampaignStatusArchived) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *CampaignStatusArchived) HasValue() bool

HasValue returns a boolean if a field has been set.

GetReason

func (o *CampaignStatusArchived) GetReason() string

GetReason returns the Reason field if non-nil, zero value otherwise.

GetReasonOk

func (o *CampaignStatusArchived) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReason

func (o *CampaignStatusArchived) SetReason(v string)

SetReason sets Reason field to given value.

HasReason

func (o *CampaignStatusArchived) HasReason() bool

HasReason returns a boolean if a field has been set.

GetDate

func (o *CampaignStatusArchived) GetDate() string

GetDate returns the Date field if non-nil, zero value otherwise.

GetDateOk

func (o *CampaignStatusArchived) GetDateOk() (*string, bool)

GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDate

func (o *CampaignStatusArchived) SetDate(v string)

SetDate sets Date field to given value.

HasDate

func (o *CampaignStatusArchived) HasDate() bool

HasDate returns a boolean if a field has been set.

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