NlpSaftIdentifier

GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier


Table of Contents ▼

Jump to a specific part of the page:

Description

External identifier. An external identifier is a persistent identifier for an object within a domain.

Attributes List

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

View Attributes

Attributes

  1. domain (type: String.t, default: nil)
    - Domain for the identifier.
  2. id (type: String.t, default: nil)
    - Identifier within domain.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftIdentifier{
domain: String.t() | nil,
id: String.t() | nil
}

Function

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

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