class Google::Apis::CloudresourcemanagerV1::GetEffectiveOrgPolicyRequest
The request sent to the GetEffectiveOrgPolicy method.
Attributes
constraint[RW]
The name of the `Constraint` to compute the effective `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 776 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 781 def update!(**args) @constraint = args[:constraint] if args.key?(:constraint) end