Class: Google::Apis::DisplayvideoV4::AdPolicyTopicEvidenceLegalRemovalLocalLegal
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV4::AdPolicyTopicEvidenceLegalRemovalLocalLegal
- 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
Local legal regulation details.
Instance Attribute Summary collapse
-
#law_type ⇒ String
Type of law for the legal notice.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AdPolicyTopicEvidenceLegalRemovalLocalLegal
constructor
A new instance of AdPolicyTopicEvidenceLegalRemovalLocalLegal.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AdPolicyTopicEvidenceLegalRemovalLocalLegal
Returns a new instance of AdPolicyTopicEvidenceLegalRemovalLocalLegal.
930 931 932 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 930 def initialize(**args) update!(**args) end |
Instance Attribute Details
#law_type ⇒ String
Type of law for the legal notice.
Corresponds to the JSON property lawType
928 929 930 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 928 def law_type @law_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
935 936 937 |
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 935 def update!(**args) @law_type = args[:law_type] if args.key?(:law_type) end |