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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.