Voting helps other researchers find interesting modules.
Protocol buffer for attaching attributes and values to instances. This is for assigning a particular attribute and value to a repository item, not for metadata. For protocol buffers that represents metadata about attributes and values, see CanonicalAttribute in itemclass.proto and ValueSpace in valuespace.proto.
applicationData
GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t
nil
attributeDisplay
list(GoogleApi.ContentWarehouse.V1.Model.GeostoreAttributeValueDisplayProto.t)
booleanValue
boolean()
canonicalAttributeId
GoogleApi.ContentWarehouse.V1.Model.GeostoreAttributeIdProto.t
doubleValue
float()
enumIdValue
String.t
floatValue
number()
int64Value
integerValue
integer()
itemClassId
metadata
GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t
protoValue
stringValue
uint32Value
valueDisplay
valueSpaceId
valueType
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreAttributeProto{ applicationData: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil, attributeDisplay: [GoogleApi.ContentWarehouse.V1.Model.GeostoreAttributeValueDisplayProto.t()] | nil, booleanValue: boolean() | nil, canonicalAttributeId: GoogleApi.ContentWarehouse.V1.Model.GeostoreAttributeIdProto.t() | nil, doubleValue: float() | nil, enumIdValue: String.t() | nil, floatValue: number() | nil, int64Value: String.t() | nil, integerValue: integer() | nil, itemClassId: GoogleApi.ContentWarehouse.V1.Model.GeostoreAttributeIdProto.t() | nil, metadata: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t() | nil, protoValue: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil, stringValue: String.t() | nil, uint32Value: integer() | nil, valueDisplay: [GoogleApi.ContentWarehouse.V1.Model.GeostoreAttributeValueDisplayProto.t()] | nil, valueSpaceId: GoogleApi.ContentWarehouse.V1.Model.GeostoreAttributeIdProto.t() | nil, valueType: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()