Name | Type | Description | Notes |
---|---|---|---|
PushToken | string | ||
SubscriptionId | string |
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
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
func (o *BeginLiveActivityRequest) GetPushToken() string
GetPushToken returns the PushToken field if non-nil, zero value otherwise.
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.
func (o *BeginLiveActivityRequest) SetPushToken(v string)
SetPushToken sets PushToken field to given value.
func (o *BeginLiveActivityRequest) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
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.
func (o *BeginLiveActivityRequest) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.