Invitation class

Represents a pending invitation.

Constructors

Invitation({String? name, String? role, Account? targetAccount, TargetLocation? targetLocation, String? targetType})
Invitation.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name for the invitation.
getter/setter pair
role String?
The invited role on the account.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetAccount Account?
The sparsely populated account this invitation is for.
getter/setter pair
targetLocation TargetLocation?
The target location this invitation is for.
getter/setter pair
targetType String?
Specifies which target types should appear in the response.
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