ReplaceNamedRangeContentRequest class

Replaces the contents of the specified NamedRange or NamedRanges with the given replacement content.

Note that an individual NamedRange may consist of multiple discontinuous ranges. In this case, only the content in the first range will be replaced. The other ranges and their content will be deleted. In cases where replacing or deleting any ranges would result in an invalid document structure, a 400 bad request error is returned.

Constructors

ReplaceNamedRangeContentRequest({String? namedRangeId, String? namedRangeName, String? text})
ReplaceNamedRangeContentRequest.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
namedRangeId String?
The ID of the named range whose content will be replaced.
getter/setter pair
namedRangeName String?
The name of the NamedRanges whose content will be replaced.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Replaces the content of the specified named range(s) with the given text.
getter/setter pair

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