GoogleCloudAssuredworkloadsV1OrgPolicyUpdate class
Represents an update for an org policy control applied on an Assured Workload resource.
The inherited org policy is not considered.
Constructors
- GoogleCloudAssuredworkloadsV1OrgPolicyUpdate.new({GoogleCloudAssuredworkloadsV1OrgPolicy? appliedPolicy, GoogleCloudAssuredworkloadsV1OrgPolicy? suggestedPolicy})
- GoogleCloudAssuredworkloadsV1OrgPolicyUpdate.fromJson(Map json_)
Properties
- appliedPolicy ↔ GoogleCloudAssuredworkloadsV1OrgPolicy?
-
The org policy currently applied on the assured workload resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suggestedPolicy ↔ GoogleCloudAssuredworkloadsV1OrgPolicy?
-
The suggested org policy that replaces the applied 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