Show / Hide Table of Contents

Class FileUploadAnswers

All submitted files for a FileUpload question.

Inheritance
object
FileUploadAnswers
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class FileUploadAnswers : IDirectResponseSchema

Properties

Answers

Output only. All submitted files for a FileUpload question.

Declaration
[JsonProperty("answers")]
public virtual IList<FileUploadAnswer> Answers { get; set; }
Property Value
Type Description
IList<FileUploadAnswer>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX