View Source GoogleApi.APIKeys.V2.Model.V2BrowserKeyRestrictions (google_api_api_keys v0.6.0)

The HTTP referrers (websites) that are allowed to use the key.

Attributes

  • allowedReferrers (type: list(String.t), default: nil) - A list of regular expressions for the referrer URLs 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.V2BrowserKeyRestrictions{
  allowedReferrers: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.