Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V23CommonPolicyTopicEvidenceDestinationTextList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/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.



9393
9394
9395
# File 'lib/google/apis/searchads360_v0/classes.rb', line 9393

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>)


9391
9392
9393
# File 'lib/google/apis/searchads360_v0/classes.rb', line 9391

def destination_texts
  @destination_texts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9398
9399
9400
# File 'lib/google/apis/searchads360_v0/classes.rb', line 9398

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