GoogleApi.ContentWarehouse.V1.Model.GeostorePropertyValueStatusProto
Table of Contents ▼
Jump to a specific part of the page:
Description
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.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
propertyId
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFeaturePropertyIdProto
, default:nil
)
- The property ID whose value status is defined by this proto. -
valueStatus
(type:String.t
, default:nil
)
-value_status
specifies whether the feature has a value for the property. This should always be set to something other than the default value (PROPERTY_VALUE_STATUS_UNSPECIFIED
).
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostorePropertyValueStatusProto{
propertyId: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeaturePropertyIdProto.t() | nil,
valueStatus: String.t() | nil
}
propertyId: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeaturePropertyIdProto.t() | nil,
valueStatus: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostorePropertyValueStatusProto