GroupItemsResource class

Constructors

GroupItemsResource(ApiRequester client)

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? id, String? onBehalfOfContentOwner, String? $fields}) Future<EmptyResponse>
Removes an item from a group.
insert(GroupItem request, {String? onBehalfOfContentOwner, String? $fields}) Future<GroupItem>
Creates a group item.
list({String? groupId, String? onBehalfOfContentOwner, String? $fields}) Future<ListGroupItemsResponse>
Returns a collection of group items that match the API request parameters.
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