class Google::Apis::ChromepolicyV1::GoogleChromePolicyV1AdditionalTargetKeyName
Additional key names that will be used to identify the target of the policy value.
Attributes
key[RW]
Key name. Corresponds to the JSON property `key` @return [String]
key_description[RW]
Key description. Corresponds to the JSON property `keyDescription` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/chromepolicy_v1/classes.rb, line 40 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/chromepolicy_v1/classes.rb, line 45 def update!(**args) @key = args[:key] if args.key?(:key) @key_description = args[:key_description] if args.key?(:key_description) end