Resource: CreateSubscriptionPayload
Payload for creating a subscription.
| JSON representation |
|---|
{ "dataTypes": [ string ], "user": string } |
| Fields | |
|---|---|
dataTypes[] |
Optional. Data types subscribed to. |
user |
Required. Immutable. The resource name of the user for whom this subscription is active. Format: |
Methods |
|
|---|---|
|
Creates a subscription for a specific user to a specific subscriber. |
|
Deletes a specific user subscription, stopping notifications for this user to this subscriber. |
|
Lists all active subscriptions for a given subscriber. |
|
Updates the data types for an existing user subscription. |