Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesProvideLeadFeedbackResponse

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

Overview

Response message for LocalServicesLeadService.ProvideLeadFeedback.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesProvideLeadFeedbackResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesProvideLeadFeedbackResponse.



52753
52754
52755
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52753

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

Instance Attribute Details

#credit_issuance_decisionString

Required. Decision of bonus credit issued or rejected. If a bonus credit is issued, it will be available for use in about two months. Corresponds to the JSON property creditIssuanceDecision

Returns:

  • (String)


52751
52752
52753
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52751

def credit_issuance_decision
  @credit_issuance_decision
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



52758
52759
52760
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52758

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