ProjectsTenantsResource class

Constructors

ProjectsTenantsResource(ApiRequester client)

Properties

clientEvents ProjectsTenantsClientEventsResource
no setter
companies ProjectsTenantsCompaniesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
jobs ProjectsTenantsJobsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

completeQuery(String tenant, {String? company, List<String>? languageCodes, int? pageSize, String? query, String? scope, String? type, String? $fields}) Future<CompleteQueryResponse>
Completes the specified prefix with keyword suggestions.
create(Tenant request, String parent, {String? $fields}) Future<Tenant>
Creates a new tenant entity.
delete(String name, {String? $fields}) Future<Empty>
Deletes specified tenant.
get(String name, {String? $fields}) Future<Tenant>
Retrieves specified tenant.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListTenantsResponse>
Lists all tenants associated with the project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Tenant request, String name, {String? updateMask, String? $fields}) Future<Tenant>
Updates specified tenant.
toString() String
A string representation of this object.
inherited

Operators

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