RepositoryWebrefEntityLinkMetadata

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):

View Attributes

Attributes

  1. aggregateFlags (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags, default: nil)
    - The aggregate kind flags for the link.
  2. 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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityLinkMetadata