google_api_docs v0.9.0 GoogleApi.Docs.V1.Model.ReplaceNamedRangeContentRequest View Source
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.
Attributes
namedRangeId
(type:String.t
, default:nil
) - The ID of the named range whose content will be replaced.If there is no named range with the given ID a 400 bad request error is returned.
namedRangeName
(type:String.t
, default:nil
) - The name of the NamedRanges whose content will be replaced.If there are multiple named ranges with the given name, then the content of each one will be replaced. If there are no named ranges with the given name, then the request will be a no-op.
text
(type:String.t
, default:nil
) - Replaces the content of the specified named range(s) with the given text.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.