Record
get-subscription-items-response
No description available.
record get-subscription-items-response {
data: list<subscription-item>,
has-more: bool,
object: get-subscription-items-response-object-enum,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| data | list<subscription-item> | |
| has-more | bool | |
| object | get-subscription-items-response-object-enum | |
| url | string |