Voting helps other researchers find interesting modules.
This message captures a border status override. For instance, if the TYPE_BORDER feature between China and Hong Kong must be hidden on ditu.google.cn (the Chinese domain for Google Maps) but may be displayed on other domains, we will have a country override border status for "CN" set to STATUS_NEVER_DISPLAY. At least one override restriction must be defined. Currently the only supported restriction is by country code.
countryCode
String.t
nil
status
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreOverrideBorderStatusProto{ countryCode: String.t() | nil, status: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()