OrganizationsResource class
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
-
get(String name, {String? $fields})
→ Future<Organization>
-
Fetches an organization resource identified by the specified resource
name.
-
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Gets the access control policy for an organization resource.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
search({int? pageSize, String? pageToken, String? query, String? $fields})
→ Future<SearchOrganizationsResponse>
-
Searches organization resources that are visible to the user and satisfy
the specified filter.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on an organization resource.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns the permissions that a caller has on the specified organization.
-
toString()
→ String
-
A string representation of this object.
inherited