View Source GoogleApi.ContentWarehouse.V1.Model.AssistantProductivityListItem (google_api_content_warehouse v0.4.0)

A message to represent an item in a list. Just a basic string for now, but extensible for the future.

Attributes

  • name (type: String.t, default: nil) - [REQUIRED] The name of the list item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantProductivityListItem{
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.