View Source GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ClientInfo (google_api_safe_browsing v0.25.0)

The client metadata associated with Safe Browsing API requests.

Attributes

  • clientId (type: String.t, default: nil) - A client ID that (hopefully) uniquely identifies the client implementation of the Safe Browsing API.
  • clientVersion (type: String.t, default: nil) - The version of the client implementation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ClientInfo{
  clientId: String.t() | nil,
  clientVersion: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.