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

Attributes

  • crumb (type: list(GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsRdfaCrumb.t), default: nil) - Each crumb represents one link of the breadcrumb chain.
  • url (type: String.t, default: nil) - The URL of the document from which this breadcrumb trail was extracted.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsRdfaBreadcrumbs{
    crumb:
      [GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsRdfaCrumb.t()]
      | nil,
    url: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.