Resource: AppGroupSubscription
AppGroup Subscription details.
| JSON representation |
|---|
{ "name": string, "apiproduct": string, "startTime": string, "endTime": string, "createdAt": string, "lastModifiedAt": string } |
| Fields | |
|---|---|
name |
Output only. Name of the API product subscription. |
apiproduct |
Required. Name of the API product for which the appgroup is purchasing a subscription. |
startTime |
Output only. Time when the API product subscription starts in milliseconds since epoch. |
endTime |
Output only. Time when the API product subscription ends in milliseconds since epoch. |
createdAt |
Output only. Time when the API product subscription was created in milliseconds since epoch. |
lastModifiedAt |
Output only. Time when the API product subscription was last modified in milliseconds since epoch. |
Methods |
|
|---|---|
|
Creates a subscription to an API product. |
|
Expires an API product subscription immediately. |
|
Get an api product subscription for an appgroup. |
|
List all api product subscriptions for an appgroup. |