Class: Google::Apis::DisplayvideoV4::AdPolicyTopicAppealInfo

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

Information on how to appeal a policy decision.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AdPolicyTopicAppealInfo

Returns a new instance of AdPolicyTopicAppealInfo.



477
478
479
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 477

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

Instance Attribute Details

Only available when appeal_type is APPEAL_FORM. Corresponds to the JSON property appealFormLink

Returns:

  • (String)


469
470
471
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 469

def appeal_form_link
  @appeal_form_link
end

#appeal_typeString

Whether the decision can be appealed through a self-service appeal or an appeal form. Corresponds to the JSON property appealType

Returns:

  • (String)


475
476
477
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 475

def appeal_type
  @appeal_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



482
483
484
485
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 482

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