Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.97 KB

CampaignOptions.md

File metadata and controls

56 lines (31 loc) · 1.97 KB

CampaignOptions

Properties

Name Type Description Notes
DynamicallyAddEligibleDevice Pointer to bool Devices matching the target filter can be dynamically added to the campaign [optional]

Methods

NewCampaignOptions

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

NewCampaignOptionsWithDefaults

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

GetDynamicallyAddEligibleDevice

func (o *CampaignOptions) GetDynamicallyAddEligibleDevice() bool

GetDynamicallyAddEligibleDevice returns the DynamicallyAddEligibleDevice field if non-nil, zero value otherwise.

GetDynamicallyAddEligibleDeviceOk

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.

SetDynamicallyAddEligibleDevice

func (o *CampaignOptions) SetDynamicallyAddEligibleDevice(v bool)

SetDynamicallyAddEligibleDevice sets DynamicallyAddEligibleDevice field to given value.

HasDynamicallyAddEligibleDevice

func (o *CampaignOptions) HasDynamicallyAddEligibleDevice() bool

HasDynamicallyAddEligibleDevice returns a boolean if a field has been set.

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