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.



51922
51923
51924
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51922

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)


51920
51921
51922
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51920

def credit_issuance_decision
  @credit_issuance_decision
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



51927
51928
51929
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51927

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