| Name | Type | Description | Notes |
|---|---|---|---|
| ZoneId | Pointer to int32 | [optional] | |
| ZoneName | Pointer to string | [optional] | |
| SiteName | Pointer to string | [optional] | |
| Bid | Pointer to float32 | [optional] |
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
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
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetZoneId() int32
GetZoneId returns the ZoneId field if non-nil, zero value otherwise.
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.
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) SetZoneId(v int32)
SetZoneId sets ZoneId field to given value.
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) HasZoneId() bool
HasZoneId returns a boolean if a field has been set.
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetZoneName() string
GetZoneName returns the ZoneName field if non-nil, zero value otherwise.
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.
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) SetZoneName(v string)
SetZoneName sets ZoneName field to given value.
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) HasZoneName() bool
HasZoneName returns a boolean if a field has been set.
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetSiteName() string
GetSiteName returns the SiteName field if non-nil, zero value otherwise.
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.
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) SetSiteName(v string)
SetSiteName sets SiteName field to given value.
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) HasSiteName() bool
HasSiteName returns a boolean if a field has been set.
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) GetBid() float32
GetBid returns the Bid field if non-nil, zero value otherwise.
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.
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) SetBid(v float32)
SetBid sets Bid field to given value.
func (o *ApiV1CampaignsRonCampaignIdAdsAdIdZoneBidsGet200ResponseZoneBidsInner) HasBid() bool
HasBid returns a boolean if a field has been set.