FoldersResource class

Constructors

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

clearOrgPolicy(ClearOrgPolicyRequest request, String resource, {String? $fields}) Future<Empty>
Clears a Policy from a resource.
getEffectiveOrgPolicy(GetEffectiveOrgPolicyRequest request, String resource, {String? $fields}) Future<OrgPolicy>
Gets the effective Policy on a resource.
getOrgPolicy(GetOrgPolicyRequest request, String resource, {String? $fields}) Future<OrgPolicy>
Gets a Policy on a resource.
listAvailableOrgPolicyConstraints(ListAvailableOrgPolicyConstraintsRequest request, String resource, {String? $fields}) Future<ListAvailableOrgPolicyConstraintsResponse>
Lists Constraints that could be applied on the specified resource.
listOrgPolicies(ListOrgPoliciesRequest request, String resource, {String? $fields}) Future<ListOrgPoliciesResponse>
Lists all the Policies set for a particular resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setOrgPolicy(SetOrgPolicyRequest request, String resource, {String? $fields}) Future<OrgPolicy>
Updates the specified Policy on the resource.
toString() String
A string representation of this object.
inherited

Operators

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