Class: Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceLegalRemovalDmca
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceLegalRemovalDmca
- 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
DMCA complaint details.
Instance Attribute Summary collapse
-
#complainant ⇒ String
The entity who made the legal complaint.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AdPolicyTopicEvidenceLegalRemovalDmca
constructor
A new instance of AdPolicyTopicEvidenceLegalRemovalDmca.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AdPolicyTopicEvidenceLegalRemovalDmca
Returns a new instance of AdPolicyTopicEvidenceLegalRemovalDmca.
805 806 807 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 805 def initialize(**args) update!(**args) end |
Instance Attribute Details
#complainant ⇒ String
The entity who made the legal complaint.
Corresponds to the JSON property complainant
803 804 805 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 803 def complainant @complainant end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
810 811 812 |
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 810 def update!(**args) @complainant = args[:complainant] if args.key?(:complainant) end |