Resource: DeveloperSubscription
Structure of a DeveloperSubscription.
| 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 |
Name of the API product for which the developer is purchasing a subscription. |
startTime |
Time when the API product subscription starts in milliseconds since epoch. |
endTime |
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. |
|
Gets details for an API product subscription. |
|
Lists all API product subscriptions for a developer. |