mimeType property

String? mimeType
getter/setter pair

A content type specifier for the artifact.

Content type specifiers are Media Types (https://en.wikipedia.org/wiki/Media_type) with a possible "schema" parameter that specifies a schema for the stored information. Content types can specify compression. Currently only GZip compression is supported (indicated with "+gzip").

Implementation

core.String? mimeType;