GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkMetadata
Table of Contents ▼
Jump to a specific part of the page:
Description
Metadata about the nature of the link.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
aggregateFlags
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags
, default:nil
)
- The aggregate kind flags for the link. -
kindInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindInfo)
, default:nil
)
- Information about all the link kinds associated with the link.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkMetadata{
aggregateFlags: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags.t() | nil,
kindInfo: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindInfo.t()] | nil
}
aggregateFlags: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags.t() | nil,
kindInfo: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindInfo.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkMetadata