Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationTextList

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

A list of strings found in a destination page that caused a policy finding.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_textsArray<String>

List of text found in the resource's destination page. Corresponds to the JSON property destinationTexts

Returns:

  • (Array<String>)


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