Client class
A client represents an agency, a brand, or an advertiser customer of the buyer.
Based on the client's role, its client users will have varying levels of restricted access to the Marketplace and certain other sections of the Authorized Buyers UI.
Constructors
Properties
- displayName ↔ String?
-
Display name shown to publishers.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the client.
getter/setter pair
- partnerClientId ↔ String?
-
Arbitrary unique identifier provided by the buyer.
getter/setter pair
- role ↔ String?
-
The role assigned to the client.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sellerVisible ↔ bool?
-
Whether the client will be visible to sellers.
getter/setter pair
- state ↔ String?
-
The state of the client.
getter/setter pair
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