class Google::Apis::AndroidmanagementV1::ManagedConfigurationTemplate
The managed configurations template for the app, saved from the managed configurations iframe.
Attributes
configuration_variables[RW]
Optional, a map containing configuration variables defined for the configuration. Corresponds to the JSON property `configurationVariables` @return [Hash<String,String>]
template_id[RW]
The ID of the managed configurations template. Corresponds to the JSON property `templateId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/androidmanagement_v1/classes.rb, line 1964 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/androidmanagement_v1/classes.rb, line 1969 def update!(**args) @configuration_variables = args[:configuration_variables] if args.key?(:configuration_variables) @template_id = args[:template_id] if args.key?(:template_id) end