Show / Hide Table of Contents

Class Image

Data representing an image.

Inheritance
object
Image
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 Image : IDirectResponseSchema

Properties

AltText

A description of the image that is shown on hover and read by screenreaders.

Declaration
[JsonProperty("altText")]
public virtual string AltText { get; set; }
Property Value
Type Description
string

ContentUri

Output only. A URI from which you can download the image; this is valid only for a limited time.

Declaration
[JsonProperty("contentUri")]
public virtual string ContentUri { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Properties

Properties of an image.

Declaration
[JsonProperty("properties")]
public virtual MediaProperties Properties { get; set; }
Property Value
Type Description
MediaProperties

SourceUri

Input only. The source URI is the URI used to insert the image. The source URI can be empty when fetched.

Declaration
[JsonProperty("sourceUri")]
public virtual string SourceUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX