AclResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(String calendarId, String ruleId, {String? $fields})
→ Future<void>
-
Deletes an access control rule.
-
get(String calendarId, String ruleId, {String? $fields})
→ Future<AclRule>
-
Returns an access control rule.
-
insert(AclRule request, String calendarId, {bool? sendNotifications, String? $fields})
→ Future<AclRule>
-
Creates an access control rule.
-
list(String calendarId, {int? maxResults, String? pageToken, bool? showDeleted, String? syncToken, String? $fields})
→ Future<Acl>
-
Returns the rules in the access control list for the calendar.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(AclRule request, String calendarId, String ruleId, {bool? sendNotifications, String? $fields})
→ Future<AclRule>
-
Updates an access control rule.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(AclRule request, String calendarId, String ruleId, {bool? sendNotifications, String? $fields})
→ Future<AclRule>
-
Updates an access control rule.
-
watch(Channel request, String calendarId, {int? maxResults, String? pageToken, bool? showDeleted, String? syncToken, String? $fields})
→ Future<Channel>
-
Watch for changes to ACL resources.