GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Information about one of the types of a linked entity.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
flags
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags
, default:nil
)
- The flags associated with the link kind. -
topicPropertyName
(type:String.t
, default:nil
)
- If the link was extracted from a property, the name of the property. Can start with an exclamation mark "!" to indicate that the inverse relationship is specified. (e.g. "!/tv/tv_series_episode/series" is the inverse of "tv/tv_program/episodes").
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindInfo{
flags: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags.t() | nil,
topicPropertyName: String.t() | nil
}
flags: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags.t() | nil,
topicPropertyName: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindInfo