View Source GoogleApi.Docs.V1.Model.DeleteNamedRangeRequest (google_api_docs v0.14.0)

Deletes a NamedRange.

Attributes

  • name (type: String.t, default: nil) - The name of the range(s) to delete. All named ranges with the given name will be deleted.
  • namedRangeId (type: String.t, default: nil) - The ID of the named range to delete.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.DeleteNamedRangeRequest{
  name: String.t() | nil,
  namedRangeId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.