termsOfServiceDocumentFormat property

  1. @BuiltValueField.new(wireName: r'termsOfServiceDocumentFormat')
String? get termsOfServiceDocumentFormat

The requested format for the Terms of Service document. Default value: JSON. Possible values: JSON, PDF, or TXT.

Implementation

@BuiltValueField(wireName: r'termsOfServiceDocumentFormat')
String? get termsOfServiceDocumentFormat;