Class: Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceDestinationTextList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb

Overview

A list of destination text that violated the policy.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AdPolicyTopicEvidenceDestinationTextList

Returns a new instance of AdPolicyTopicEvidenceDestinationTextList.



742
743
744
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 742

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#destination_textsArray<String>

Destination text that caused the policy finding. Corresponds to the JSON property destinationTexts

Returns:

  • (Array<String>)


740
741
742
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 740

def destination_texts
  @destination_texts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



747
748
749
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 747

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