GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgPropertyValue
Table of Contents ▼
Jump to a specific part of the page:
Description
Analog to freebase::PropertyValue
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
encodedMid
(type:String.t
, default:nil
)
- -
hrid
(type:String.t
, default:nil
)
- -
value
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue)
, default:nil
)
- -
valueStatus
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgPropertyValue{
encodedMid: String.t() | nil,
hrid: String.t() | nil,
value: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue.t()] | nil,
valueStatus: String.t() | nil
}
encodedMid: String.t() | nil,
hrid: String.t() | nil,
value: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgValue.t()] | nil,
valueStatus: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefCompactKgPropertyValue