Class File

    • Field Detail

      • filename

        private String filename
        Required. The original filename of the uploaded file.
      • info

        private FileInfo info
        Information about the file referred to in url.
      • url

        private String url
        Required. The URL to the file.
      • file

        private EncryptedFile file
        Required if the file is encrypted. Information on the encrypted file, as specified in End-to-end encryption.
    • Constructor Detail

      • File

        public File()