AclRule class

Constructors

AclRule({String? etag, String? id, String? kind, String? role, AclRuleScope? scope})
AclRule.fromJson(Map json_)

Properties

etag String?
ETag of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Identifier of the Access Control List (ACL) rule.
getter/setter pair
kind String?
Type of the resource ("calendar#aclRule").
getter/setter pair
role String?
The role assigned to the scope.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope AclRuleScope?
The extent to which calendar access is granted by this ACL rule.
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