Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.22 KB

File metadata and controls

160 lines (87 loc) · 5.22 KB

ApiV1CampaignsTypeSchemaAdsGet200Response

Properties

Name Type Description Notes
CampaignType Pointer to string [optional]
CampaignAdType Pointer to int32 0 if not scoped to a campaign. [optional]
Fields Pointer to []map[string]interface{} [optional]
CreativeChoice Pointer to []string [optional]
Notes Pointer to []string [optional]

Methods

NewApiV1CampaignsTypeSchemaAdsGet200Response

func NewApiV1CampaignsTypeSchemaAdsGet200Response() *ApiV1CampaignsTypeSchemaAdsGet200Response

NewApiV1CampaignsTypeSchemaAdsGet200Response instantiates a new ApiV1CampaignsTypeSchemaAdsGet200Response 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

NewApiV1CampaignsTypeSchemaAdsGet200ResponseWithDefaults

func NewApiV1CampaignsTypeSchemaAdsGet200ResponseWithDefaults() *ApiV1CampaignsTypeSchemaAdsGet200Response

NewApiV1CampaignsTypeSchemaAdsGet200ResponseWithDefaults instantiates a new ApiV1CampaignsTypeSchemaAdsGet200Response 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

GetCampaignType

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetCampaignType() string

GetCampaignType returns the CampaignType field if non-nil, zero value otherwise.

GetCampaignTypeOk

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetCampaignTypeOk() (*string, bool)

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

SetCampaignType

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) SetCampaignType(v string)

SetCampaignType sets CampaignType field to given value.

HasCampaignType

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) HasCampaignType() bool

HasCampaignType returns a boolean if a field has been set.

GetCampaignAdType

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetCampaignAdType() int32

GetCampaignAdType returns the CampaignAdType field if non-nil, zero value otherwise.

GetCampaignAdTypeOk

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetCampaignAdTypeOk() (*int32, bool)

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

SetCampaignAdType

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) SetCampaignAdType(v int32)

SetCampaignAdType sets CampaignAdType field to given value.

HasCampaignAdType

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) HasCampaignAdType() bool

HasCampaignAdType returns a boolean if a field has been set.

GetFields

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetFields() []map[string]interface{}

GetFields returns the Fields field if non-nil, zero value otherwise.

GetFieldsOk

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetFieldsOk() (*[]map[string]interface{}, bool)

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

SetFields

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) SetFields(v []map[string]interface{})

SetFields sets Fields field to given value.

HasFields

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) HasFields() bool

HasFields returns a boolean if a field has been set.

GetCreativeChoice

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetCreativeChoice() []string

GetCreativeChoice returns the CreativeChoice field if non-nil, zero value otherwise.

GetCreativeChoiceOk

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetCreativeChoiceOk() (*[]string, bool)

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

SetCreativeChoice

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) SetCreativeChoice(v []string)

SetCreativeChoice sets CreativeChoice field to given value.

HasCreativeChoice

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) HasCreativeChoice() bool

HasCreativeChoice returns a boolean if a field has been set.

GetNotes

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetNotes() []string

GetNotes returns the Notes field if non-nil, zero value otherwise.

GetNotesOk

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetNotesOk() (*[]string, bool)

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

SetNotes

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) SetNotes(v []string)

SetNotes sets Notes field to given value.

HasNotes

func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) HasNotes() bool

HasNotes returns a boolean if a field has been set.

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