| Name | Type | Description | Notes |
|---|---|---|---|
| Campaigns | Pointer to string | Minimum bid as a fixed-decimal string (legacy panel format). | [optional] |
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
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
func (o *ApiV1CampaignsTypeIdMinBidGet200Response) GetCampaigns() string
GetCampaigns returns the Campaigns field if non-nil, zero value otherwise.
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.
func (o *ApiV1CampaignsTypeIdMinBidGet200Response) SetCampaigns(v string)
SetCampaigns sets Campaigns field to given value.
func (o *ApiV1CampaignsTypeIdMinBidGet200Response) HasCampaigns() bool
HasCampaigns returns a boolean if a field has been set.