RawResourceFileParsedStructure

Version #1

Description:

Represents a parsed Raw resource’s file reference.

Fields:

  • data: EmptyStructure:v1 [Optional]
    Default: null
    Description: Reserved for the stored file data of the Raw resource’s file.
  • file: Lazy< RespressoFileStructure:v1 > [Required]
    Description: This represents the content of the referenced file.
  • fileId: String [Required]
    Description: File id of the represented file.
  • lastModified: Integer [Optional]
    Default: 0
    Description: Last modification time in UTC milliseconds
  • mimeType: String [Optional]
    Default: null
    Description: Mime type of the referenced file.
  • sha256Hex: String [Optional]
    Default: null
    Description: SHA256 lowercase hexadecimal encoded hash of the file’s content.
  • size: Integer [Optional]
    Default: 0
    Description: File size in bytes