Show / Hide Table of Contents

Class Response

A single response from an update.

Inheritance
System.Object
Response
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class Response : IDirectResponseSchema

Properties

CreateImage

The result of creating an image.

Declaration
[JsonProperty("createImage")]
public virtual CreateImageResponse CreateImage { get; set; }
Property Value
Type Description
CreateImageResponse

CreateLine

The result of creating a line.

Declaration
[JsonProperty("createLine")]
public virtual CreateLineResponse CreateLine { get; set; }
Property Value
Type Description
CreateLineResponse

CreateShape

The result of creating a shape.

Declaration
[JsonProperty("createShape")]
public virtual CreateShapeResponse CreateShape { get; set; }
Property Value
Type Description
CreateShapeResponse

CreateSheetsChart

The result of creating a Google Sheets chart.

Declaration
[JsonProperty("createSheetsChart")]
public virtual CreateSheetsChartResponse CreateSheetsChart { get; set; }
Property Value
Type Description
CreateSheetsChartResponse

CreateSlide

The result of creating a slide.

Declaration
[JsonProperty("createSlide")]
public virtual CreateSlideResponse CreateSlide { get; set; }
Property Value
Type Description
CreateSlideResponse

CreateTable

The result of creating a table.

Declaration
[JsonProperty("createTable")]
public virtual CreateTableResponse CreateTable { get; set; }
Property Value
Type Description
CreateTableResponse

CreateVideo

The result of creating a video.

Declaration
[JsonProperty("createVideo")]
public virtual CreateVideoResponse CreateVideo { get; set; }
Property Value
Type Description
CreateVideoResponse

DuplicateObject

The result of duplicating an object.

Declaration
[JsonProperty("duplicateObject")]
public virtual DuplicateObjectResponse DuplicateObject { get; set; }
Property Value
Type Description
DuplicateObjectResponse

ETag

The ETag of the item.

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

GroupObjects

The result of grouping objects.

Declaration
[JsonProperty("groupObjects")]
public virtual GroupObjectsResponse GroupObjects { get; set; }
Property Value
Type Description
GroupObjectsResponse

ReplaceAllShapesWithImage

The result of replacing all shapes matching some criteria with an image.

Declaration
[JsonProperty("replaceAllShapesWithImage")]
public virtual ReplaceAllShapesWithImageResponse ReplaceAllShapesWithImage { get; set; }
Property Value
Type Description
ReplaceAllShapesWithImageResponse

ReplaceAllShapesWithSheetsChart

The result of replacing all shapes matching some criteria with a Google Sheets chart.

Declaration
[JsonProperty("replaceAllShapesWithSheetsChart")]
public virtual ReplaceAllShapesWithSheetsChartResponse ReplaceAllShapesWithSheetsChart { get; set; }
Property Value
Type Description
ReplaceAllShapesWithSheetsChartResponse

ReplaceAllText

The result of replacing text.

Declaration
[JsonProperty("replaceAllText")]
public virtual ReplaceAllTextResponse ReplaceAllText { get; set; }
Property Value
Type Description
ReplaceAllTextResponse

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top