Class ImageItem
An item containing an image.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class ImageItem : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Image
Required. The image displayed in the item.
Declaration
[JsonProperty("image")]
public virtual Image Image { get; set; }Property Value
| Type | Description | 
|---|---|
| Image |