| 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] |
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
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
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetCampaignType() string
GetCampaignType returns the CampaignType field if non-nil, zero value otherwise.
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.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) SetCampaignType(v string)
SetCampaignType sets CampaignType field to given value.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) HasCampaignType() bool
HasCampaignType returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetCampaignAdType() int32
GetCampaignAdType returns the CampaignAdType field if non-nil, zero value otherwise.
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.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) SetCampaignAdType(v int32)
SetCampaignAdType sets CampaignAdType field to given value.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) HasCampaignAdType() bool
HasCampaignAdType returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetFields() []map[string]interface{}
GetFields returns the Fields field if non-nil, zero value otherwise.
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.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) SetFields(v []map[string]interface{})
SetFields sets Fields field to given value.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) HasFields() bool
HasFields returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetCreativeChoice() []string
GetCreativeChoice returns the CreativeChoice field if non-nil, zero value otherwise.
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.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) SetCreativeChoice(v []string)
SetCreativeChoice sets CreativeChoice field to given value.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) HasCreativeChoice() bool
HasCreativeChoice returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) GetNotes() []string
GetNotes returns the Notes field if non-nil, zero value otherwise.
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.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) SetNotes(v []string)
SetNotes sets Notes field to given value.
func (o *ApiV1CampaignsTypeSchemaAdsGet200Response) HasNotes() bool
HasNotes returns a boolean if a field has been set.