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

Attributes

  • AuthorId (type: String.t, default: nil) -
  • GroupGaiaId (type: String.t, default: nil) -
  • GroupId (type: String.t, default: nil) - Legacy group mysql id.
  • ThreadId (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GroupsPerDocData{
  AuthorId: String.t() | nil,
  GroupGaiaId: String.t() | nil,
  GroupId: String.t() | nil,
  ThreadId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.