Class: Google::Apis::DisplayvideoV4::AdPolicyTopicEvidenceDestinationTextList

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



848
849
850
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 848

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


846
847
848
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 846

def destination_texts
  @destination_texts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



853
854
855
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 853

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