View Source GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiInAppReachabilityReachabilityKey (google_api_content_warehouse v0.4.0)

Information pertaining to how this reachable state was established.

Attributes

  • keyType (type: String.t, default: nil) -
  • keyValue (type: String.t, default: nil) - The value of the key by which the user said they may be reachable. E.g., the phone number.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiInAppReachabilityReachabilityKey{
    keyType: String.t() | nil,
    keyValue: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.