| Name | Type | Description | Notes |
|---|---|---|---|
| Updated | Pointer to int32 | How many ads were actually updated. | [optional] |
| AdIds | Pointer to []int32 | [optional] | |
| Mode | Pointer to string | [optional] |
func NewApiV1CampaignsTypeIdBidsPatch200Response() *ApiV1CampaignsTypeIdBidsPatch200Response
NewApiV1CampaignsTypeIdBidsPatch200Response instantiates a new ApiV1CampaignsTypeIdBidsPatch200Response 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 NewApiV1CampaignsTypeIdBidsPatch200ResponseWithDefaults() *ApiV1CampaignsTypeIdBidsPatch200Response
NewApiV1CampaignsTypeIdBidsPatch200ResponseWithDefaults instantiates a new ApiV1CampaignsTypeIdBidsPatch200Response 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 *ApiV1CampaignsTypeIdBidsPatch200Response) GetUpdated() int32
GetUpdated returns the Updated field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeIdBidsPatch200Response) GetUpdatedOk() (*int32, bool)
GetUpdatedOk returns a tuple with the Updated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1CampaignsTypeIdBidsPatch200Response) SetUpdated(v int32)
SetUpdated sets Updated field to given value.
func (o *ApiV1CampaignsTypeIdBidsPatch200Response) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeIdBidsPatch200Response) GetAdIds() []int32
GetAdIds returns the AdIds field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeIdBidsPatch200Response) 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 *ApiV1CampaignsTypeIdBidsPatch200Response) SetAdIds(v []int32)
SetAdIds sets AdIds field to given value.
func (o *ApiV1CampaignsTypeIdBidsPatch200Response) HasAdIds() bool
HasAdIds returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeIdBidsPatch200Response) GetMode() string
GetMode returns the Mode field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeIdBidsPatch200Response) 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 *ApiV1CampaignsTypeIdBidsPatch200Response) SetMode(v string)
SetMode sets Mode field to given value.
func (o *ApiV1CampaignsTypeIdBidsPatch200Response) HasMode() bool
HasMode returns a boolean if a field has been set.