GroupsPerDocData

GoogleApi.ContentWarehouse.V1.Model.GroupsPerDocData


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. AuthorId (type: String.t, default: nil)
    -
  2. GroupGaiaId (type: String.t, default: nil)
    -
  3. GroupId (type: String.t, default: nil)
    - Legacy group mysql id.
  4. ThreadId (type: String.t, default: nil)
    -

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GroupsPerDocData