View Source GoogleApi.APIKeys.V2.Model.V2AndroidKeyRestrictions (google_api_api_keys v0.5.0)
The Android apps that are allowed to use the key.
Attributes
-
allowedApplications
(type:list(GoogleApi.APIKeys.V2.Model.V2AndroidApplication.t)
, default:nil
) - A list of Android applications that are allowed to make API calls with this key.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.APIKeys.V2.Model.V2AndroidKeyRestrictions{ allowedApplications: [GoogleApi.APIKeys.V2.Model.V2AndroidApplication.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.