Show / Hide Table of Contents

Class Image

An image, with a link to the main image and a thumbnail.

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.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class Image : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Error

An error explaining why the thumbnail could not be rendered.

Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type Description
Status

SourceImage

A reference to the full-size, original image. This is the same as the tool_outputs entry for the image under its Step. Always set.

Declaration
[JsonProperty("sourceImage")]
public virtual ToolOutputReference SourceImage { get; set; }
Property Value
Type Description
ToolOutputReference

StepId

The step to which the image is attached. Always set.

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

Thumbnail

The thumbnail.

Declaration
[JsonProperty("thumbnail")]
public virtual Thumbnail Thumbnail { get; set; }
Property Value
Type Description
Thumbnail

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX