Contents

AlternativeDistributionPackageVariantsResponse

A response that contains a list of alternative distribution package variant resources.

Declaration

object AlternativeDistributionPackageVariantsResponse

Properties

NameTypeDescription
data Required[AlternativeDistributionPackageVariant]

links RequiredPagedDocumentLinks

metaPagingInformation

Discussion

This object is the response that contains a list of alternative distribution package variants. For more information, see List variants information. The schema of the response body is below.

{
  "data": [
    {
      "type": "alternativeDistributionPackageVariants",
      "id": "string",
      "attributes": {
        "url": "string",
        "urlExpirationDate": "2024-02-27T00:58:50.105Z",
        "alternativeDistributionKeyBlob": "string"
      },
      "links": {
        "self": "string"
      }
    }
  ],
  "links": {
    "self": "string",
    "first": "string",
    "next": "string"
  },
  "meta": {
    "paging": {
      "total": 0,
      "limit": 0
    }
  }
}

See Also

Objects