Voting helps other researchers find interesting modules.
Represents a collection of entities returned by the WebRef service. Next available tag: 14.
annotationStats
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefAnnotationStats.t
nil
annotatorCheckpointFingerprints
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatorCheckpointFprint.t)
category
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotation.t)
dateRange
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSemanticDateRange.t)
documentInfo
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefDocumentInfo.t
entity
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntity.t)
rangeAnnotations
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRangeAnnotations.t)
status
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefStatus.t
stuff
GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t
tripleAnnotations
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTripleAnnotations.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntities{ annotationStats: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefAnnotationStats.t() | nil, annotatorCheckpointFingerprints: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotatorCheckpointFprint.t() ] | nil, category: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCategoryAnnotation.t()] | nil, dateRange: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSemanticDateRange.t()] | nil, documentInfo: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefDocumentInfo.t() | nil, entity: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntity.t()] | nil, rangeAnnotations: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRangeAnnotations.t()] | nil, status: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefStatus.t() | nil, stuff: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil, tripleAnnotations: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefTripleAnnotations.t() | nil }
@spec decode(struct(), keyword()) :: struct()