View Source GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1PhoneLead (google_api_local_services v0.8.0)

Container for phone lead specific information.

Attributes

  • chargedCallTimestamp (type: DateTime.t, default: nil) - Timestamp of the phone call which resulted in a charged phone lead.
  • chargedConnectedCallDurationSeconds (type: String.t, default: nil) - Duration of the charged phone call in seconds.
  • consumerPhoneNumber (type: String.t, default: nil) - Consumer phone number associated with the phone lead.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1PhoneLead{
    chargedCallTimestamp: DateTime.t() | nil,
    chargedConnectedCallDurationSeconds: String.t() | nil,
    consumerPhoneNumber: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.