$EditGuaranteedOrderReadAccessorsRequest class

Used by:

  • displayvideo:v2 : EditGuaranteedOrderReadAccessorsRequest
  • displayvideo:v3 : EditGuaranteedOrderReadAccessorsRequest

Constructors

$EditGuaranteedOrderReadAccessorsRequest({List<String>? addedAdvertisers, String? partnerId, bool? readAccessInherited, List<String>? removedAdvertisers})
$EditGuaranteedOrderReadAccessorsRequest.fromJson(Map json_)

Properties

addedAdvertisers List<String>?
The advertisers to add as read accessors to the guaranteed order.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
partnerId String?
The partner context in which the change is being made.
getter/setter pair
readAccessInherited bool?
Whether to give all advertisers of the read/write accessor partner read access to the guaranteed order.
getter/setter pair
removedAdvertisers List<String>?
The advertisers to remove as read accessors to the guaranteed order.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited