Name | Type | Description | Notes |
---|---|---|---|
DynamicallyAddEligibleDevice | Pointer to bool | Devices matching the target filter can be dynamically added to the campaign | [optional] |
func NewCampaignOptions() *CampaignOptions
NewCampaignOptions instantiates a new CampaignOptions 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 NewCampaignOptionsWithDefaults() *CampaignOptions
NewCampaignOptionsWithDefaults instantiates a new CampaignOptions 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 *CampaignOptions) GetDynamicallyAddEligibleDevice() bool
GetDynamicallyAddEligibleDevice returns the DynamicallyAddEligibleDevice field if non-nil, zero value otherwise.
func (o *CampaignOptions) GetDynamicallyAddEligibleDeviceOk() (*bool, bool)
GetDynamicallyAddEligibleDeviceOk returns a tuple with the DynamicallyAddEligibleDevice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CampaignOptions) SetDynamicallyAddEligibleDevice(v bool)
SetDynamicallyAddEligibleDevice sets DynamicallyAddEligibleDevice field to given value.
func (o *CampaignOptions) HasDynamicallyAddEligibleDevice() bool
HasDynamicallyAddEligibleDevice returns a boolean if a field has been set.