Class: Google::Apis::CloudresourcemanagerV1::SetOrgPolicyRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudresourcemanagerV1::SetOrgPolicyRequest
- 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 SetOrgPolicyRequest method.
Instance Attribute Summary collapse
-
#policy ⇒ Google::Apis::CloudresourcemanagerV1::OrgPolicy
Defines a Cloud Organization
Policy
which is used to specifyConstraints
for configurations of Cloud Platform resources.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SetOrgPolicyRequest
constructor
A new instance of SetOrgPolicyRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SetOrgPolicyRequest
Returns a new instance of SetOrgPolicyRequest.
1926 1927 1928 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 1926 def initialize(**args) update!(**args) end |
Instance Attribute Details
#policy ⇒ Google::Apis::CloudresourcemanagerV1::OrgPolicy
Defines a Cloud Organization Policy
which is used to specify Constraints
for configurations of Cloud Platform resources.
Corresponds to the JSON property policy
1924 1925 1926 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 1924 def policy @policy end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1931 1932 1933 |
# File 'lib/google/apis/cloudresourcemanager_v1/classes.rb', line 1931 def update!(**args) @policy = args[:policy] if args.key?(:policy) end |