Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesProvideLeadFeedbackResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesProvideLeadFeedbackResponse
- 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
-
#credit_issuance_decision ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesProvideLeadFeedbackResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesProvideLeadFeedbackResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesProvideLeadFeedbackResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesProvideLeadFeedbackResponse.
52681 52682 52683 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52681 def initialize(**args) update!(**args) end |
Instance Attribute Details
#credit_issuance_decision ⇒ String
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
52679 52680 52681 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52679 def credit_issuance_decision @credit_issuance_decision end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
52686 52687 52688 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52686 def update!(**args) @credit_issuance_decision = args[:credit_issuance_decision] if args.key?(:credit_issuance_decision) end |