Voting helps other researchers find interesting modules.
PropertyValueStatusProto specifies what we know about a field corresponding to FeaturePropertyId's value in the absence of any specific value. For now, it just indicates when we know that there is no value. Eventually it might also indicate that we know it has value, just not what it is, etc.
propertyId
GoogleApi.ContentWarehouse.V1.Model.GeostoreFeaturePropertyIdProto.t
nil
valueStatus
String.t
value_status
PROPERTY_VALUE_STATUS_UNSPECIFIED
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostorePropertyValueStatusProto{ propertyId: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeaturePropertyIdProto.t() | nil, valueStatus: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()