GoogleApi.ContentWarehouse.V1.Model.LogsSemanticInterpretationIntentQueryLinkKindInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Logs version of the repository_webref.LinkKindInfo proto Used to represent QRef implications
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
flags
(type:GoogleApi.ContentWarehouse.V1.Model.LogsSemanticInterpretationIntentQueryLinkKindFlags
, default:nil
)
- -
kcLinkName
(type:String.t
, default:nil
)
- Not set for a while. -
topicPropertyName
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LogsSemanticInterpretationIntentQueryLinkKindInfo{
flags: GoogleApi.ContentWarehouse.V1.Model.LogsSemanticInterpretationIntentQueryLinkKindFlags.t() | nil,
kcLinkName: String.t() | nil,
topicPropertyName: String.t() | nil
}
flags: GoogleApi.ContentWarehouse.V1.Model.LogsSemanticInterpretationIntentQueryLinkKindFlags.t() | nil,
kcLinkName: String.t() | nil,
topicPropertyName: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.LogsSemanticInterpretationIntentQueryLinkKindInfo