View Source GoogleApi.Docs.V1.Model.TabProperties (google_api_docs v0.17.0)

Properties of a tab.

Attributes

  • index (type: integer(), default: nil) - The index of the tab within the parent.
  • nestingLevel (type: integer(), default: nil) - Output only. The depth of the tab within the document. Root-level tabs start at 0.
  • parentTabId (type: String.t, default: nil) - Optional. The ID of the parent tab. Empty when the current tab is a root-level tab, which means it doesn't have any parents.
  • tabId (type: String.t, default: nil) - Output only. The ID of the tab. This field can't be changed.
  • title (type: String.t, default: nil) - The user-visible name of the tab.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Docs.V1.Model.TabProperties{
  index: integer() | nil,
  nestingLevel: integer() | nil,
  parentTabId: String.t() | nil,
  tabId: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.