| Name | Type | Description | Notes |
|---|---|---|---|
| Mode | string | ||
| Value | Pointer to float32 | Required when mode=set. New absolute bid (>= 0). | [optional] |
| Pct | Pointer to float32 | Required when mode=pct_inc / pct_dec. Percent change (> 0). | [optional] |
| AdIds | Pointer to []int32 | Optional. Subset of ad ids to update. Omit/empty for "all ads". | [optional] |
func NewApiV1CampaignsTypeIdBidsPatchRequest(mode string, ) *ApiV1CampaignsTypeIdBidsPatchRequest
NewApiV1CampaignsTypeIdBidsPatchRequest instantiates a new ApiV1CampaignsTypeIdBidsPatchRequest 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 NewApiV1CampaignsTypeIdBidsPatchRequestWithDefaults() *ApiV1CampaignsTypeIdBidsPatchRequest
NewApiV1CampaignsTypeIdBidsPatchRequestWithDefaults instantiates a new ApiV1CampaignsTypeIdBidsPatchRequest 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 *ApiV1CampaignsTypeIdBidsPatchRequest) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) GetModeOk() (*string, bool)
GetModeOk returns a tuple with the Mode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) SetMode(v string)
SetMode sets Mode field to given value.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) GetValue() float32
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) GetValueOk() (*float32, 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.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) SetValue(v float32)
SetValue sets Value field to given value.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) GetPct() float32
GetPct returns the Pct field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) GetPctOk() (*float32, bool)
GetPctOk returns a tuple with the Pct field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) SetPct(v float32)
SetPct sets Pct field to given value.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) HasPct() bool
HasPct returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) GetAdIds() []int32
GetAdIds returns the AdIds field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) GetAdIdsOk() (*[]int32, bool)
GetAdIdsOk returns a tuple with the AdIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) SetAdIds(v []int32)
SetAdIds sets AdIds field to given value.
func (o *ApiV1CampaignsTypeIdBidsPatchRequest) HasAdIds() bool
HasAdIds returns a boolean if a field has been set.