Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.42 KB

PlatformDeliveryData.md

File metadata and controls

186 lines (101 loc) · 5.42 KB

PlatformDeliveryData

Properties

Name Type Description Notes
EdgeWebPush Pointer to DeliveryData [optional]
ChromeWebPush Pointer to DeliveryData [optional]
FirefoxWebPush Pointer to DeliveryData [optional]
SafariWebPush Pointer to DeliveryData [optional]
Android Pointer to DeliveryData [optional]
Ios Pointer to DeliveryData [optional]

Methods

NewPlatformDeliveryData

func NewPlatformDeliveryData() *PlatformDeliveryData

NewPlatformDeliveryData instantiates a new PlatformDeliveryData 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

NewPlatformDeliveryDataWithDefaults

func NewPlatformDeliveryDataWithDefaults() *PlatformDeliveryData

NewPlatformDeliveryDataWithDefaults instantiates a new PlatformDeliveryData 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

GetEdgeWebPush

func (o *PlatformDeliveryData) GetEdgeWebPush() DeliveryData

GetEdgeWebPush returns the EdgeWebPush field if non-nil, zero value otherwise.

GetEdgeWebPushOk

func (o *PlatformDeliveryData) GetEdgeWebPushOk() (*DeliveryData, bool)

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

SetEdgeWebPush

func (o *PlatformDeliveryData) SetEdgeWebPush(v DeliveryData)

SetEdgeWebPush sets EdgeWebPush field to given value.

HasEdgeWebPush

func (o *PlatformDeliveryData) HasEdgeWebPush() bool

HasEdgeWebPush returns a boolean if a field has been set.

GetChromeWebPush

func (o *PlatformDeliveryData) GetChromeWebPush() DeliveryData

GetChromeWebPush returns the ChromeWebPush field if non-nil, zero value otherwise.

GetChromeWebPushOk

func (o *PlatformDeliveryData) GetChromeWebPushOk() (*DeliveryData, bool)

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

SetChromeWebPush

func (o *PlatformDeliveryData) SetChromeWebPush(v DeliveryData)

SetChromeWebPush sets ChromeWebPush field to given value.

HasChromeWebPush

func (o *PlatformDeliveryData) HasChromeWebPush() bool

HasChromeWebPush returns a boolean if a field has been set.

GetFirefoxWebPush

func (o *PlatformDeliveryData) GetFirefoxWebPush() DeliveryData

GetFirefoxWebPush returns the FirefoxWebPush field if non-nil, zero value otherwise.

GetFirefoxWebPushOk

func (o *PlatformDeliveryData) GetFirefoxWebPushOk() (*DeliveryData, bool)

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

SetFirefoxWebPush

func (o *PlatformDeliveryData) SetFirefoxWebPush(v DeliveryData)

SetFirefoxWebPush sets FirefoxWebPush field to given value.

HasFirefoxWebPush

func (o *PlatformDeliveryData) HasFirefoxWebPush() bool

HasFirefoxWebPush returns a boolean if a field has been set.

GetSafariWebPush

func (o *PlatformDeliveryData) GetSafariWebPush() DeliveryData

GetSafariWebPush returns the SafariWebPush field if non-nil, zero value otherwise.

GetSafariWebPushOk

func (o *PlatformDeliveryData) GetSafariWebPushOk() (*DeliveryData, bool)

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

SetSafariWebPush

func (o *PlatformDeliveryData) SetSafariWebPush(v DeliveryData)

SetSafariWebPush sets SafariWebPush field to given value.

HasSafariWebPush

func (o *PlatformDeliveryData) HasSafariWebPush() bool

HasSafariWebPush returns a boolean if a field has been set.

GetAndroid

func (o *PlatformDeliveryData) GetAndroid() DeliveryData

GetAndroid returns the Android field if non-nil, zero value otherwise.

GetAndroidOk

func (o *PlatformDeliveryData) GetAndroidOk() (*DeliveryData, bool)

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

SetAndroid

func (o *PlatformDeliveryData) SetAndroid(v DeliveryData)

SetAndroid sets Android field to given value.

HasAndroid

func (o *PlatformDeliveryData) HasAndroid() bool

HasAndroid returns a boolean if a field has been set.

GetIos

func (o *PlatformDeliveryData) GetIos() DeliveryData

GetIos returns the Ios field if non-nil, zero value otherwise.

GetIosOk

func (o *PlatformDeliveryData) GetIosOk() (*DeliveryData, bool)

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

SetIos

func (o *PlatformDeliveryData) SetIos(v DeliveryData)

SetIos sets Ios field to given value.

HasIos

func (o *PlatformDeliveryData) HasIos() bool

HasIos returns a boolean if a field has been set.

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