BrandAssetDetails
Details of an asset (file/image) for a Brand.
type BrandAssetDetails {
altTextJson: LocalizedText
assetId: ID!
brandName: String!
descriptionJson: LocalizedText
downloadUrl: String!
internalDescription: String
storageBucket: String!
storagePath: String!
type: String!
}
Fields
BrandAssetDetails.altTextJson ● LocalizedText object
A record with SupportedLanguage as the key and a localized altText for this asset as the value.
BrandAssetDetails.assetId ● ID! non-null scalar
The asset's ID.
BrandAssetDetails.brandName ● String! non-null scalar
The brand's name, which is a unique identifier.
BrandAssetDetails.descriptionJson ● LocalizedText object
A record with SupportedLanguage as the key and a localized description of this asset for the value.
BrandAssetDetails.downloadUrl ● String! non-null scalar
The publicly accessible download URL for this asset.
BrandAssetDetails.internalDescription ● String scalar
An internal, unlocalized description for the asset. Intended for internal company use.
BrandAssetDetails.storageBucket ● String! non-null scalar
The cloud storage bucket containing this asset.
BrandAssetDetails.storagePath ● String! non-null scalar
The path to the asset within the storage bucket.
BrandAssetDetails.type ● String! non-null scalar
The type of the asset.
Member of
BrandDetails object