ProjectsLocationsQaScorecardsResource class

Constructors

ProjectsLocationsQaScorecardsResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
revisions ProjectsLocationsQaScorecardsRevisionsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudContactcenterinsightsV1QaScorecard request, String parent, {String? qaScorecardId, String? $fields}) Future<GoogleCloudContactcenterinsightsV1QaScorecard>
Create a QaScorecard.
delete(String name, {bool? force, String? $fields}) Future<GoogleProtobufEmpty>
Deletes a QaScorecard.
get(String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1QaScorecard>
Gets a QaScorecard.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudContactcenterinsightsV1ListQaScorecardsResponse>
Lists QaScorecards.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudContactcenterinsightsV1QaScorecard request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudContactcenterinsightsV1QaScorecard>
Updates a QaScorecard.
toString() String
A string representation of this object.
inherited

Operators

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