Class: Google::Apis::CloudresourcemanagerV1::GetOrgPolicyRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudresourcemanagerV1::GetOrgPolicyRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudresourcemanager_v1/classes.rb,
lib/google/apis/cloudresourcemanager_v1/representations.rb,
lib/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.
843 844 845 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 843 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
841 842 843 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 841 def constraint @constraint end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
848 849 850 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 848 def update!(**args) @constraint = args[:constraint] if args.key?(:constraint) end |