OrganizationsReportsResource class

Constructors

OrganizationsReportsResource(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

create(GoogleCloudApigeeV1CustomReport request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1CustomReport>
Creates a Custom Report for an Organization.
delete(String name, {String? $fields}) Future<GoogleCloudApigeeV1DeleteCustomReportResponse>
Deletes an existing custom report definition
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1CustomReport>
Retrieve a custom report definition.
list(String parent, {bool? expand, String? $fields}) Future<GoogleCloudApigeeV1ListCustomReportsResponse>
Return a list of Custom Reports
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(GoogleCloudApigeeV1CustomReport request, String name, {String? $fields}) Future<GoogleCloudApigeeV1CustomReport>
Update an existing custom report definition

Operators

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