Class: Google::Apis::DisplayvideoV4::AdPolicyTopicEvidenceDestinationTextList
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::AdPolicyTopicEvidenceDestinationTextList
- 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
-
#destination_texts ⇒ Array<String>
Destination text that caused the policy finding.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AdPolicyTopicEvidenceDestinationTextList
constructor
A new instance of AdPolicyTopicEvidenceDestinationTextList.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_texts ⇒ Array<String>
Destination text that caused the policy finding.
Corresponds to the JSON property destinationTexts
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 |