View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindInfo (google_api_content_warehouse v0.4.0)

Information about one of the types of a linked entity.

Attributes

  • flags (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags.t, 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").

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindInfo{
  flags:
    GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefLinkKindFlags.t() | nil,
  topicPropertyName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.