Class: Google::Apis::CloudresourcemanagerV1::GetOrgPolicyRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudresourcemanagerV1::GetOrgPolicyRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- 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 GetOrgPolicy method.
Instance Attribute Summary collapse
-
#constraint ⇒ String
Name of the
Constraint
to get thePolicy
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetOrgPolicyRequest
constructor
A new instance of GetOrgPolicyRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetOrgPolicyRequest
Returns a new instance of GetOrgPolicyRequest.
788 789 790 |
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 788 def initialize(**args) update!(**args) end |
Instance Attribute Details
#constraint ⇒ String
Name of the Constraint
to get the Policy
.
Corresponds to the JSON property constraint
786 787 788 |
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 786 def constraint @constraint end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
793 794 795 |
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 793 def update!(**args) @constraint = args[:constraint] if args.key?(:constraint) end |