OBJECT

ReportAsset

Metadata for report asset along with its download link.

link GraphQL Schema definition

  • type ReportAsset {
  • # Asset type code
  • asset_type_code: ReportAssetCode!
  • # Asset type description
  • asset_type_description: String!
  • # Presigned S3 resource download URL
  • link: String!
  • }