contentDisposition property

  1. @TagNumber.new(2)
String get contentDisposition

Content-Disposition of the object data, matching RFC 6266.

Implementation

@$pb.TagNumber(2)
$core.String get contentDisposition => $_getSZ(1);
  1. @TagNumber.new(2)
set contentDisposition (String v)

Implementation

@$pb.TagNumber(2)
set contentDisposition($core.String v) {
  $_setString(1, v);
}