Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationTextList
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationTextList
- 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
A list of strings found in a destination page that caused a policy finding.
Instance Attribute Summary collapse
-
#destination_texts ⇒ Array<String>
List of text found in the resource's destination page.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationTextList
constructor
A new instance of GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationTextList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationTextList
Returns a new instance of GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationTextList.
546 547 548 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 546 def initialize(**args) update!(**args) end |
Instance Attribute Details
#destination_texts ⇒ Array<String>
List of text found in the resource's destination page.
Corresponds to the JSON property destinationTexts
544 545 546 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 544 def destination_texts @destination_texts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
551 552 553 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 551 def update!(**args) @destination_texts = args[:destination_texts] if args.key?(:destination_texts) end |