Class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest
- Inherits:
-
Object
- Object
- Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/chromepolicy_v1/classes.rb,
lib/google/apis/chromepolicy_v1/representations.rb,
lib/google/apis/chromepolicy_v1/representations.rb
Overview
Request message for listing the group priority ordering of an app.
Instance Attribute Summary collapse
-
#policy_namespace ⇒ String
The namespace of the policy type for the request.
-
#policy_schema ⇒ String
The schema name of the policy for the request.
-
#policy_target_key ⇒ Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey
The key used to identify the target on which the policy will be applied.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest
constructor
A new instance of GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest
Returns a new instance of GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest.
413 414 415 |
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 413 def initialize(**args) update!(**args) end |
Instance Attribute Details
#policy_namespace ⇒ String
The namespace of the policy type for the request.
Corresponds to the JSON property policyNamespace
401 402 403 |
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 401 def policy_namespace @policy_namespace end |
#policy_schema ⇒ String
The schema name of the policy for the request.
Corresponds to the JSON property policySchema
406 407 408 |
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 406 def policy_schema @policy_schema end |
#policy_target_key ⇒ Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey
The key used to identify the target on which the policy will be applied.
Corresponds to the JSON property policyTargetKey
411 412 413 |
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 411 def policy_target_key @policy_target_key end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
418 419 420 421 422 |
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 418 def update!(**args) @policy_namespace = args[:policy_namespace] if args.key?(:policy_namespace) @policy_schema = args[:policy_schema] if args.key?(:policy_schema) @policy_target_key = args[:policy_target_key] if args.key?(:policy_target_key) end |