OBJECT

ExtensionRatingsCSVReportPresignedURL

A holder for the presigned S3 URL for an extension ratings report.

link GraphQL Schema definition

1type ExtensionRatingsCSVReportPresignedURL {
2
3# The presigned URL, if one is ready. Otherwise empty string.
4presignedURL: String
5
6}