Class: Google::Apis::ChromepolicyV1::GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest

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 parameters for deleting the policy value of a specific group target.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest

Returns a new instance of GoogleChromePolicyVersionsV1DeleteGroupPolicyRequest.



332
333
334
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 332

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

Instance Attribute Details

#policy_schemaString

The fully qualified name of the policy schema that is being inherited. Corresponds to the JSON property policySchema

Returns:

  • (String)


325
326
327
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 325

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



330
331
332
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 330

def policy_target_key
  @policy_target_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



337
338
339
340
# File 'lib/google/apis/chromepolicy_v1/classes.rb', line 337

def update!(**args)
  @policy_schema = args[:policy_schema] if args.key?(:policy_schema)
  @policy_target_key = args[:policy_target_key] if args.key?(:policy_target_key)
end