Class: Google::Apis::PartnersV2::CreateLeadResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/partners_v2/classes.rb,
generated/google/apis/partners_v2/representations.rb,
generated/google/apis/partners_v2/representations.rb

Overview

Response message for CreateLead. Debug information about this request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CreateLeadResponse

Returns a new instance of CreateLeadResponse.



929
930
931
# File 'generated/google/apis/partners_v2/classes.rb', line 929

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#leadGoogle::Apis::PartnersV2::Lead

A lead resource that represents an advertiser contact for a Company. These are usually generated via Google Partner Search (the advertiser portal). Corresponds to the JSON property lead



922
923
924
# File 'generated/google/apis/partners_v2/classes.rb', line 922

def lead
  @lead
end

#recaptcha_statusString

The outcome of reCaptcha validation. Corresponds to the JSON property recaptchaStatus

Returns:

  • (String)


927
928
929
# File 'generated/google/apis/partners_v2/classes.rb', line 927

def recaptcha_status
  @recaptcha_status
end

#response_metadataGoogle::Apis::PartnersV2::ResponseMetadata

Common data that is in each API response. Corresponds to the JSON property responseMetadata



916
917
918
# File 'generated/google/apis/partners_v2/classes.rb', line 916

def 
  @response_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



934
935
936
937
938
# File 'generated/google/apis/partners_v2/classes.rb', line 934

def update!(**args)
  @response_metadata = args[:response_metadata] if args.key?(:response_metadata)
  @lead = args[:lead] if args.key?(:lead)
  @recaptcha_status = args[:recaptcha_status] if args.key?(:recaptcha_status)
end