Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.83 KB

File metadata and controls

134 lines (73 loc) · 4.83 KB

ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner

Properties

Name Type Description Notes
ZoneId Pointer to int32 [optional]
ZoneName Pointer to string [optional]
SiteName Pointer to string [optional]
Bid Pointer to float32 [optional]

Methods

NewApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner

func NewApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner() *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner

NewApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner instantiates a new ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner 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

NewApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInnerWithDefaults

func NewApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInnerWithDefaults() *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner

NewApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInnerWithDefaults instantiates a new ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner 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

GetZoneId

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetZoneId() int32

GetZoneId returns the ZoneId field if non-nil, zero value otherwise.

GetZoneIdOk

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetZoneIdOk() (*int32, bool)

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

SetZoneId

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) SetZoneId(v int32)

SetZoneId sets ZoneId field to given value.

HasZoneId

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) HasZoneId() bool

HasZoneId returns a boolean if a field has been set.

GetZoneName

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetZoneName() string

GetZoneName returns the ZoneName field if non-nil, zero value otherwise.

GetZoneNameOk

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetZoneNameOk() (*string, bool)

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

SetZoneName

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) SetZoneName(v string)

SetZoneName sets ZoneName field to given value.

HasZoneName

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) HasZoneName() bool

HasZoneName returns a boolean if a field has been set.

GetSiteName

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetSiteName() string

GetSiteName returns the SiteName field if non-nil, zero value otherwise.

GetSiteNameOk

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetSiteNameOk() (*string, bool)

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

SetSiteName

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) SetSiteName(v string)

SetSiteName sets SiteName field to given value.

HasSiteName

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) HasSiteName() bool

HasSiteName returns a boolean if a field has been set.

GetBid

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetBid() float32

GetBid returns the Bid field if non-nil, zero value otherwise.

GetBidOk

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetBidOk() (*float32, bool)

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

SetBid

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) SetBid(v float32)

SetBid sets Bid field to given value.

HasBid

func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) HasBid() bool

HasBid returns a boolean if a field has been set.

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