Class FileUploadAnswer
Info for a single file submitted to a file upload question.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class FileUploadAnswer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileId
Output only. The ID of the Google Drive file.
Declaration
[JsonProperty("fileId")]
public virtual string FileId { get; set; }
Property Value
Type | Description |
---|---|
string |
FileName
Output only. The file name, as stored in Google Drive on upload.
Declaration
[JsonProperty("fileName")]
public virtual string FileName { get; set; }
Property Value
Type | Description |
---|---|
string |
MimeType
Output only. The MIME type of the file, as stored in Google Drive on upload.
Declaration
[JsonProperty("mimeType")]
public virtual string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |