View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreRestrictionGroupProto (google_api_content_warehouse v0.4.0)
A restriction group represents common properties of a set of restrictions on segments that are associated with the same underlying cause across a geographic region. Every segment referenced by this restriction group should have at least one restriction that refers backs to this restriction group. The standard feature properties have the following interpretations: name - A name that represents the name for this restriction group. kg_property - A reference back to a KG event in case this restriction group belongs to an event in KG. /geo/type/restriction_group/associated_event contains a mid to the associated event.
Attributes
-
metadata
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t
, default:nil
) - Field-level metadata for this restriction group. -
segment
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t)
, default:nil
) - FeatureId of all segments that have a RestrictionProto referring back to this RestrictionGroup.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreRestrictionGroupProto{ metadata: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t() | nil, segment: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.