View Source GoogleApi.Area120Tables.V1alpha1.Model.SavedView (google_api_area120_tables v0.8.0)

A saved view of a table. NextId: 3

Attributes

  • id (type: String.t, default: nil) - Internal id associated with the saved view.
  • name (type: String.t, default: nil) - Display name of the saved view.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Area120Tables.V1alpha1.Model.SavedView{
  id: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.