Admin class

An administrator of an Account or a location.

Constructors

Admin({String? account, String? admin, String? name, bool? pendingInvitation, String? role})
Admin.fromJson(Map json_)

Properties

account String?
The name of the Account resource that this Admin refers to.
getter/setter pair
admin String?
The name of the admin.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name.
getter/setter pair
pendingInvitation bool?
Indicates whether this admin has a pending invitation for the specified resource.
getter/setter pair
role String?
Specifies the role that this admin uses with the specified Account or Location.
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