class Google::Apis::AndroidenterpriseV1::ConfigurationVariables

A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings.

Attributes

mcm_id[RW]

The ID of the managed configurations settings. Corresponds to the JSON property `mcmId` @return [String]

variable_set[RW]

The variable set that is attributed to the user. Corresponds to the JSON property `variableSet` @return [Array<Google::Apis::AndroidenterpriseV1::VariableSet>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/androidenterprise_v1/classes.rb, line 647
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/androidenterprise_v1/classes.rb, line 652
def update!(**args)
  @mcm_id = args[:mcm_id] if args.key?(:mcm_id)
  @variable_set = args[:variable_set] if args.key?(:variable_set)
end