Response class

A single response from an update.

Constructors

Response({CreateFooterResponse? createFooter, CreateFootnoteResponse? createFootnote, CreateHeaderResponse? createHeader, CreateNamedRangeResponse? createNamedRange, InsertInlineImageResponse? insertInlineImage, InsertInlineSheetsChartResponse? insertInlineSheetsChart, ReplaceAllTextResponse? replaceAllText})
Response.fromJson(Map json_)

Properties

createFooter CreateFooterResponse?
The result of creating a footer.
getter/setter pair
createFootnote CreateFootnoteResponse?
The result of creating a footnote.
getter/setter pair
createHeader CreateHeaderResponse?
The result of creating a header.
getter/setter pair
createNamedRange CreateNamedRangeResponse?
The result of creating a named range.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insertInlineImage InsertInlineImageResponse?
The result of inserting an inline image.
getter/setter pair
insertInlineSheetsChart InsertInlineSheetsChartResponse?
The result of inserting an inline Google Sheets chart.
getter/setter pair
replaceAllText ReplaceAllTextResponse?
The result of replacing text.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited