View Source GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1MessageLead (google_api_local_services v0.9.0)

Container for message lead specific information.

Attributes

  • consumerPhoneNumber (type: String.t, default: nil) - Consumer phone number associated with the message lead.
  • customerName (type: String.t, default: nil) - Name of the customer who created the lead.
  • jobType (type: String.t, default: nil) - The job type of the specified lead.
  • postalCode (type: String.t, default: nil) - The postal code of the customer who created the lead.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1MessageLead{
    consumerPhoneNumber: String.t() | nil,
    customerName: String.t() | nil,
    jobType: String.t() | nil,
    postalCode: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.