Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.23 KB

BeginLiveActivityRequest.md

File metadata and controls

72 lines (39 loc) · 2.23 KB

BeginLiveActivityRequest

Properties

Name Type Description Notes
PushToken string
SubscriptionId string

Methods

NewBeginLiveActivityRequest

func NewBeginLiveActivityRequest(pushToken string, subscriptionId string, ) *BeginLiveActivityRequest

NewBeginLiveActivityRequest instantiates a new BeginLiveActivityRequest 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

NewBeginLiveActivityRequestWithDefaults

func NewBeginLiveActivityRequestWithDefaults() *BeginLiveActivityRequest

NewBeginLiveActivityRequestWithDefaults instantiates a new BeginLiveActivityRequest 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

GetPushToken

func (o *BeginLiveActivityRequest) GetPushToken() string

GetPushToken returns the PushToken field if non-nil, zero value otherwise.

GetPushTokenOk

func (o *BeginLiveActivityRequest) GetPushTokenOk() (*string, bool)

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

SetPushToken

func (o *BeginLiveActivityRequest) SetPushToken(v string)

SetPushToken sets PushToken field to given value.

GetSubscriptionId

func (o *BeginLiveActivityRequest) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.

GetSubscriptionIdOk

func (o *BeginLiveActivityRequest) GetSubscriptionIdOk() (*string, bool)

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

SetSubscriptionId

func (o *BeginLiveActivityRequest) SetSubscriptionId(v string)

SetSubscriptionId sets SubscriptionId field to given value.

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