GoogleCloudOrgpolicyV2Policy class
Defines an organization policy which is used to specify constraints for configurations of Google Cloud resources.
Constructors
- GoogleCloudOrgpolicyV2Policy({GoogleCloudOrgpolicyV2AlternatePolicySpec? alternate, GoogleCloudOrgpolicyV2PolicySpec? dryRunSpec, String? etag, String? name, GoogleCloudOrgpolicyV2PolicySpec? spec})
 - GoogleCloudOrgpolicyV2Policy.fromJson(Map json_)
 
Properties
- alternate ↔ GoogleCloudOrgpolicyV2AlternatePolicySpec?
 - 
  Deprecated.
  getter/setter pair
 - dryRunSpec ↔ GoogleCloudOrgpolicyV2PolicySpec?
 - 
  Dry-run policy.
  getter/setter pair
 - etag ↔ String?
 - 
  An opaque tag indicating the current state of the policy, used for
concurrency control.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name ↔ String?
 - 
  The resource name of the policy.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - spec ↔ GoogleCloudOrgpolicyV2PolicySpec?
 - 
  Basic information about the organization policy.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited