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

Identifies the source of Spore segments in the CompositeDoc.

Attributes

  • index (type: list(integer()), default: nil) - Index within the proto. Several indices are necessary in case of nested repeated fields. The data can be accessed as follows: TOPICS: topic_annotations.kg_schema_topic(index(0)) .property_value(index(1)) .value(index(2)); TRIPLES: reconcile_request.triple(index(0));
  • type (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefJuggernautIndices{
  index: [integer()] | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.