google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.CreateLeadResponse View Source
Response message for CreateLead.
Attributes
- lead (Lead): Lead that was created depending on the outcome of <a href="https://www.google.com/recaptcha/">reCaptcha</a> validation. Defaults to:
null
. recaptchaStatus (String.t): The outcome of <a href="https://www.google.com/recaptcha/">reCaptcha</a> validation. Defaults to:
null
.- Enum - one of [RECAPTCHA_STATUS_UNSPECIFIED, RS_NOT_NEEDED, RS_PASSED, RS_FAILED]
- responseMetadata (ResponseMetadata): Current response metadata. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Partners.V2.Model.CreateLeadResponse{ lead: GoogleApi.Partners.V2.Model.Lead.t(), recaptchaStatus: any(), responseMetadata: GoogleApi.Partners.V2.Model.ResponseMetadata.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.