Class: Google::Apis::DisplayvideoV3::AdPolicyTopicEvidenceLegalRemovalLocalLegal

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

Local legal regulation details.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AdPolicyTopicEvidenceLegalRemovalLocalLegal

Returns a new instance of AdPolicyTopicEvidenceLegalRemovalLocalLegal.



824
825
826
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 824

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

Instance Attribute Details

#law_typeString

Type of law for the legal notice. Corresponds to the JSON property lawType

Returns:

  • (String)


822
823
824
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 822

def law_type
  @law_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



829
830
831
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 829

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