OceanDocTagContributor

GoogleApi.ContentWarehouse.V1.Model.OceanDocTagContributor


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

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

View Attributes

Attributes

  1. name (type: String.t, default: nil)
    -
  2. 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".

Type

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

Function

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

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