Class: Google::Apis::CloudresourcemanagerV1::GetOrgPolicyRequest

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 GetOrgPolicy method.

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#constraintString

Name of the Constraint to get the Policy. Corresponds to the JSON property constraint

Returns:

  • (String)


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