CustomersPoliciesNetworksResource class
Constructors
- CustomersPoliciesNetworksResource(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
-
defineCertificate(
GoogleChromePolicyVersionsV1DefineCertificateRequest request, String customer, {String? $fields}) → Future< GoogleChromePolicyVersionsV1DefineCertificateResponse> - Creates a certificate at a specified OU for a customer.
-
defineNetwork(
GoogleChromePolicyVersionsV1DefineNetworkRequest request, String customer, {String? $fields}) → Future< GoogleChromePolicyVersionsV1DefineNetworkResponse> - Define a new network.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeCertificate(
GoogleChromePolicyVersionsV1RemoveCertificateRequest request, String customer, {String? $fields}) → Future< GoogleChromePolicyVersionsV1RemoveCertificateResponse> - Remove an existing certificate by guid.
-
removeNetwork(
GoogleChromePolicyVersionsV1RemoveNetworkRequest request, String customer, {String? $fields}) → Future< GoogleChromePolicyVersionsV1RemoveNetworkResponse> - Remove an existing network by guid.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited