GoogleCloudOsconfigV2OrchestratedResource class
Represents a resource that is being orchestrated by the policy orchestrator.
Constructors
- GoogleCloudOsconfigV2OrchestratedResource.new({String? id, OSPolicyAssignment? osPolicyAssignmentV1Payload})
- GoogleCloudOsconfigV2OrchestratedResource.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
ID of the resource to be used while generating set of affected resources.
getter/setter pair
- osPolicyAssignmentV1Payload ↔ OSPolicyAssignment?
-
OSPolicyAssignment resource to be created, updated or deleted.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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