Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.34 KB

File metadata and controls

108 lines (59 loc) · 3.34 KB

ApiV1CampaignsTypeIdBidsPatch200Response

Properties

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]

Methods

NewApiV1CampaignsTypeIdBidsPatch200Response

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

NewApiV1CampaignsTypeIdBidsPatch200ResponseWithDefaults

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

GetUpdated

func (o *ApiV1CampaignsTypeIdBidsPatch200Response) GetUpdated() int32

GetUpdated returns the Updated field if non-nil, zero value otherwise.

GetUpdatedOk

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.

SetUpdated

func (o *ApiV1CampaignsTypeIdBidsPatch200Response) SetUpdated(v int32)

SetUpdated sets Updated field to given value.

HasUpdated

func (o *ApiV1CampaignsTypeIdBidsPatch200Response) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

GetAdIds

func (o *ApiV1CampaignsTypeIdBidsPatch200Response) GetAdIds() []int32

GetAdIds returns the AdIds field if non-nil, zero value otherwise.

GetAdIdsOk

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.

SetAdIds

func (o *ApiV1CampaignsTypeIdBidsPatch200Response) SetAdIds(v []int32)

SetAdIds sets AdIds field to given value.

HasAdIds

func (o *ApiV1CampaignsTypeIdBidsPatch200Response) HasAdIds() bool

HasAdIds returns a boolean if a field has been set.

GetMode

func (o *ApiV1CampaignsTypeIdBidsPatch200Response) GetMode() string

GetMode returns the Mode field if non-nil, zero value otherwise.

GetModeOk

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.

SetMode

func (o *ApiV1CampaignsTypeIdBidsPatch200Response) SetMode(v string)

SetMode sets Mode field to given value.

HasMode

func (o *ApiV1CampaignsTypeIdBidsPatch200Response) HasMode() bool

HasMode returns a boolean if a field has been set.

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