fileType property

String? fileType
getter/setter pair

Type of the policy declaration file.

Required. Possible string values are:

  • "DECLARATION_FILE_TYPE_UNSPECIFIED" : Unspecified file type.
  • "DECLARATION_FILE_TYPE_DOCUMENT" : File type for PDF, JPEG, and PNG documents.

Implementation

core.String? fileType;