View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntityRelationship (google_api_content_warehouse v0.4.0)
Information regarding links between annotated entities. Next available tag: 5
Attributes
-
entityIndex
(type:integer()
, default:nil
) - The index of the entry in WebrefEntities.entity that the entity carrying this field is linked to. This field must be set. -
linkMetadata
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkMetadata.t
, default:nil
) - Information about the link. -
linkWeight
(type:number()
, default:nil
) - The weight of the link.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefEntityRelationship{ entityIndex: integer() | nil, linkMetadata: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkMetadata.t() | nil, linkWeight: number() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.