OBJECT
ReportAsset
Metadata for report asset along with its download link.
link GraphQL Schema definition
- type ReportAsset {
- # Asset type code
- ReportAssetCode! :
- # Asset type description
- String! :
- # Presigned S3 resource download URL
- String! :
- }