ShareResult class

Describes the share results of a resource.

Constructors

ShareResult({String? inviteePrincipalId, String? principalId, RoleType? role, String? shareId, ShareStatusType? status, String? statusMessage})
ShareResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inviteePrincipalId String?
The ID of the invited user.
final
principalId String?
The ID of the principal.
final
role RoleType?
The role.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareId String?
The ID of the resource that was shared.
final
status ShareStatusType?
The status.
final
statusMessage String?
The status message.
final

Methods

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

Operators

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