GoogleApi.APIKeys.V2.Model.V2ServerKeyRestrictions (google_api_api_keys v0.2.0) View Source
The IP addresses of callers that are allowed to use the key.
Attributes
-
allowedIps(type:list(String.t), default:nil) - A list of the caller IP addresses that are allowed to make API calls with this key.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.APIKeys.V2.Model.V2ServerKeyRestrictions{
allowedIps: [String.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.