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.



804
805
806
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 804

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


802
803
804
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 802

def destination_texts
  @destination_texts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



809
810
811
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 809

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