Show / Hide Table of Contents

Class Response

A single response from an update.

Inheritance
object
Response
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.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class Response : IDirectResponseSchema

Properties

CreateFooter

The result of creating a footer.

Declaration
[JsonProperty("createFooter")]
public virtual CreateFooterResponse CreateFooter { get; set; }
Property Value
Type Description
CreateFooterResponse

CreateFootnote

The result of creating a footnote.

Declaration
[JsonProperty("createFootnote")]
public virtual CreateFootnoteResponse CreateFootnote { get; set; }
Property Value
Type Description
CreateFootnoteResponse

CreateHeader

The result of creating a header.

Declaration
[JsonProperty("createHeader")]
public virtual CreateHeaderResponse CreateHeader { get; set; }
Property Value
Type Description
CreateHeaderResponse

CreateNamedRange

The result of creating a named range.

Declaration
[JsonProperty("createNamedRange")]
public virtual CreateNamedRangeResponse CreateNamedRange { get; set; }
Property Value
Type Description
CreateNamedRangeResponse

ETag

The ETag of the item.

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

InsertInlineImage

The result of inserting an inline image.

Declaration
[JsonProperty("insertInlineImage")]
public virtual InsertInlineImageResponse InsertInlineImage { get; set; }
Property Value
Type Description
InsertInlineImageResponse

InsertInlineSheetsChart

The result of inserting an inline Google Sheets chart.

Declaration
[JsonProperty("insertInlineSheetsChart")]
public virtual InsertInlineSheetsChartResponse InsertInlineSheetsChart { get; set; }
Property Value
Type Description
InsertInlineSheetsChartResponse

ReplaceAllText

The result of replacing text.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX