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

The composite descriptor of the contributors that should be known to search and front end. Both fields are required. Replaces authors and editors strings.

Attributes

  • name (type: String.t, default: nil) -
  • type (type: integer(), default: nil) - ContributionType enum from ocean/metadata/metadata_enums.proto Note that we pick only the "highest-ranking" contribution (i.e. writer and editor would collapse to "writer".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.