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.



9298
9299
9300
# File 'lib/google/apis/searchads360_v0/classes.rb', line 9298

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


9296
9297
9298
# File 'lib/google/apis/searchads360_v0/classes.rb', line 9296

def destination_texts
  @destination_texts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9303
9304
9305
# File 'lib/google/apis/searchads360_v0/classes.rb', line 9303

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