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.



52765
52766
52767
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52765

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)


52763
52764
52765
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52763

def credit_issuance_decision
  @credit_issuance_decision
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



52770
52771
52772
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52770

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