Class: Google::Apis::CloudresourcemanagerV1::GetEffectiveOrgPolicyRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudresourcemanagerV1::GetEffectiveOrgPolicyRequest
- Defined in:
- generated/google/apis/cloudresourcemanager_v1/classes.rb,
generated/google/apis/cloudresourcemanager_v1/representations.rb,
generated/google/apis/cloudresourcemanager_v1/representations.rb
Overview
The request sent to the GetEffectiveOrgPolicy method.
Instance Attribute Summary collapse
-
#constraint ⇒ String
The name of the
Constraint
to compute the effectivePolicy
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetEffectiveOrgPolicyRequest
constructor
A new instance of GetEffectiveOrgPolicyRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GetEffectiveOrgPolicyRequest
Returns a new instance of GetEffectiveOrgPolicyRequest
556 557 558 |
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 556 def initialize(**args) update!(**args) end |
Instance Attribute Details
#constraint ⇒ String
The name of the Constraint
to compute the effective Policy
.
Corresponds to the JSON property constraint
554 555 556 |
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 554 def constraint @constraint end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
561 562 563 |
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 561 def update!(**args) @constraint = args[:constraint] if args.key?(:constraint) end |