Class ManagedConfigurationTemplate
The managed configurations template for the app, saved from the managed configurations iframe.
Implements
Inherited Members
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class ManagedConfigurationTemplate : IDirectResponseSchema
Properties
ConfigurationVariables
Optional, a map containing configuration variables defined for the configuration.
Declaration
[JsonProperty("configurationVariables")]
public virtual IDictionary<string, string> ConfigurationVariables { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TemplateId
The ID of the managed configurations template.
Declaration
[JsonProperty("templateId")]
public virtual string TemplateId { get; set; }
Property Value
Type | Description |
---|---|
string |