Class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest

Returns a new instance of GoogleChromePolicyVersionsV1ListGroupPriorityOrderingRequest.



453
454
455
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 453

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

Instance Attribute Details

#policy_namespaceString

The namespace of the policy type for the request. Corresponds to the JSON property policyNamespace

Returns:

  • (String)


441
442
443
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 441

def policy_namespace
  @policy_namespace
end

#policy_schemaString

The schema name of the policy for the request. Corresponds to the JSON property policySchema

Returns:

  • (String)


446
447
448
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 446

def policy_schema
  @policy_schema
end

#policy_target_keyGoogle::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1PolicyTargetKey

The key used to identify the target on which the policy will be applied. Corresponds to the JSON property policyTargetKey



451
452
453
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 451

def policy_target_key
  @policy_target_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



458
459
460
461
462
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 458

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