View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazFrontendTeamsPersonCorePhoneNumber (google_api_cloud_search v0.24.0)

Attributes

  • phoneNumber (type: String.t, default: nil) - Phone number in no particular format (as comes from the Focus profile).
  • phoneUrl (type: GoogleApi.CloudSearch.V1.Model.SafeUrlProto.t, default: nil) - Phone number URL
  • type (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazFrontendTeamsPersonCorePhoneNumber{
    phoneNumber: String.t() | nil,
    phoneUrl: GoogleApi.CloudSearch.V1.Model.SafeUrlProto.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.