Class: Google::Apis::DisplayvideoV4::AdPolicyTopicEvidenceLegalRemovalDmca

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

DMCA complaint details.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AdPolicyTopicEvidenceLegalRemovalDmca

Returns a new instance of AdPolicyTopicEvidenceLegalRemovalDmca.



917
918
919
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 917

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

Instance Attribute Details

#complainantString

The entity who made the legal complaint. Corresponds to the JSON property complainant

Returns:

  • (String)


915
916
917
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 915

def complainant
  @complainant
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



922
923
924
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 922

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