CasesResource class

Constructors

CasesResource(ApiRequester client)

Properties

attachments CasesAttachmentsResource
no setter
comments CasesCommentsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close(CloseCaseRequest request, String name, {String? $fields}) Future<Case>
Close the specified case.
create(Case request, String parent, {String? $fields}) Future<Case>
Create a new case and associate it with the given Cloud resource.
escalate(EscalateCaseRequest request, String name, {String? $fields}) Future<Case>
Escalate a case.
get(String name, {String? $fields}) Future<Case>
Retrieve the specified case.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListCasesResponse>
Retrieve all cases under the specified parent.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Case request, String name, {String? updateMask, String? $fields}) Future<Case>
Update the specified case.
Search cases using the specified query.
toString() String
A string representation of this object.
inherited

Operators

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