GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsRdfaBreadcrumbs
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
crumb
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsRdfaCrumb)
, 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.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsRdfaBreadcrumbs{
crumb: [GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsRdfaCrumb.t()] | nil,
url: String.t() | nil
}
crumb: [GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsRdfaCrumb.t()] | nil,
url: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsRdfaBreadcrumbs