Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.03 KB

File metadata and controls

56 lines (31 loc) · 2.03 KB

ApiV1CampaignsTypeIdMinBidGet200Response

Properties

Name Type Description Notes
Campaigns Pointer to string Minimum bid as a fixed-decimal string (legacy panel format). [optional]

Methods

NewApiV1CampaignsTypeIdMinBidGet200Response

func NewApiV1CampaignsTypeIdMinBidGet200Response() *ApiV1CampaignsTypeIdMinBidGet200Response

NewApiV1CampaignsTypeIdMinBidGet200Response instantiates a new ApiV1CampaignsTypeIdMinBidGet200Response 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

NewApiV1CampaignsTypeIdMinBidGet200ResponseWithDefaults

func NewApiV1CampaignsTypeIdMinBidGet200ResponseWithDefaults() *ApiV1CampaignsTypeIdMinBidGet200Response

NewApiV1CampaignsTypeIdMinBidGet200ResponseWithDefaults instantiates a new ApiV1CampaignsTypeIdMinBidGet200Response 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

GetCampaigns

func (o *ApiV1CampaignsTypeIdMinBidGet200Response) GetCampaigns() string

GetCampaigns returns the Campaigns field if non-nil, zero value otherwise.

GetCampaignsOk

func (o *ApiV1CampaignsTypeIdMinBidGet200Response) GetCampaignsOk() (*string, bool)

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

SetCampaigns

func (o *ApiV1CampaignsTypeIdMinBidGet200Response) SetCampaigns(v string)

SetCampaigns sets Campaigns field to given value.

HasCampaigns

func (o *ApiV1CampaignsTypeIdMinBidGet200Response) HasCampaigns() bool

HasCampaigns returns a boolean if a field has been set.

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