ResourcesCalendarsResource 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 customer, String calendarResourceId, {String? $fields})
→ Future<void>
-
Deletes a calendar resource.
-
get(String customer, String calendarResourceId, {String? $fields})
→ Future<CalendarResource>
-
Retrieves a calendar resource.
-
insert(CalendarResource request, String customer, {String? $fields})
→ Future<CalendarResource>
-
Inserts a calendar resource.
-
list(String customer, {int? maxResults, String? orderBy, String? pageToken, String? query, String? $fields})
→ Future<CalendarResources>
-
Retrieves a list of calendar resources for an account.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(CalendarResource request, String customer, String calendarResourceId, {String? $fields})
→ Future<CalendarResource>
-
Patches a calendar resource.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(CalendarResource request, String customer, String calendarResourceId, {String? $fields})
→ Future<CalendarResource>
-
Updates a calendar resource.