View Source GoogleApi.Analytics.V3.Model.HashClientIdResponse (google_api_analytics v0.15.0)

JSON template for a hash Client Id response resource.

Attributes

  • clientId (type: String.t, default: nil) -
  • hashedClientId (type: String.t, default: nil) -
  • kind (type: String.t, default: analytics#hashClientIdResponse) -
  • webPropertyId (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.HashClientIdResponse{
  clientId: String.t() | nil,
  hashedClientId: String.t() | nil,
  kind: String.t() | nil,
  webPropertyId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.