Class: Google::Apis::CloudresourcemanagerV1::SetOrgPolicyRequest

Inherits:
Object
  • Object
show all
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 SetOrgPolicyRequest method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SetOrgPolicyRequest

Returns a new instance of SetOrgPolicyRequest



1702
1703
1704
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 1702

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#policyGoogle::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



1700
1701
1702
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 1700

def policy
  @policy
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1707
1708
1709
# File 'generated/google/apis/cloudresourcemanager_v1/classes.rb', line 1707

def update!(**args)
  @policy = args[:policy] if args.key?(:policy)
end