View Source GoogleApi.APIKeys.V2.Model.V2IosKeyRestrictions (google_api_api_keys v0.5.0)
The iOS apps that are allowed to use the key.
Attributes
-
allowedBundleIds
(type:list(String.t)
, default:nil
) - A list of bundle IDs that are allowed when making API calls with this key.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.APIKeys.V2.Model.V2IosKeyRestrictions{ allowedBundleIds: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.