class Google::Apis::CloudresourcemanagerV1::GetOrgPolicyRequest
The request sent to the GetOrgPolicy method.
Attributes
constraint[RW]
Name of the `Constraint` to get the `Policy`. Corresponds to the JSON property `constraint` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudresourcemanager_v1/classes.rb, line 814 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudresourcemanager_v1/classes.rb, line 819 def update!(**args) @constraint = args[:constraint] if args.key?(:constraint) end