GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1PhoneLead (google_api_local_services v0.7.0) 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() | nil,
chargedConnectedCallDurationSeconds: String.t() | nil,
consumerPhoneNumber: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.