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 a case.
create(Case request, String parent, {String? $fields}) Future<Case>
Create a new case and associate it with a parent.
escalate(EscalateCaseRequest request, String name, {String? $fields}) Future<Case>
Escalate a case, starting the Google Cloud Support escalation management process.
get(String name, {String? $fields}) Future<Case>
Retrieve a case.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListCasesResponse>
Retrieve all cases under a parent, but not its children.
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 a case.
Search for cases using a query.
toString() String
A string representation of this object.
inherited

Operators

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