SubscribeType
extends BaseRequestType
in package
Defines the properties used to create subscriptions.
Table of Contents
Properties
- $PullSubscriptionRequest : PullSubscriptionRequestType
- Represents a subscription to a pull-based event notification.
- $PushSubscriptionRequest : PushSubscriptionRequestType
- Represents a subscription to a push-based event notification.
- $StreamingSubscriptionRequest : StreamingSubscriptionRequest
- Represents a subscription to a streaming event notification.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$PullSubscriptionRequest
Represents a subscription to a pull-based event notification.
public
PullSubscriptionRequestType
$PullSubscriptionRequest
Tags
$PushSubscriptionRequest
Represents a subscription to a push-based event notification.
public
PushSubscriptionRequestType
$PushSubscriptionRequest
Tags
$StreamingSubscriptionRequest
Represents a subscription to a streaming event notification.
public
StreamingSubscriptionRequest
$StreamingSubscriptionRequest
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed