contentType property

  1. @TagNumber(8)
String contentType

Content-Type of the object data, matching RFC 7231 ยง3.1.1.5. If an object is stored without a Content-Type, it is served as application/octet-stream.

Implementation

@$pb.TagNumber(8)
$core.String get contentType => $_getSZ(6);
  1. @TagNumber(8)
void contentType=(String v)

Implementation

@$pb.TagNumber(8)
set contentType($core.String v) { $_setString(6, v); }