Show / Hide Table of Contents

Class ManagedConfigurationTemplate

The managed configurations template for the app, saved from the managed configurations iframe.

Inheritance
object
ManagedConfigurationTemplate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX