Class AppRestrictionsSchema
Represents the list of app restrictions available to be pre-configured for the product.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class AppRestrictionsSchema : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Deprecated.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Restrictions
The set of restrictions that make up this schema.
Declaration
[JsonProperty("restrictions")]
public virtual IList<AppRestrictionsSchemaRestriction> Restrictions { get; set; }
Property Value
Type | Description |
---|---|
IList<AppRestrictionsSchemaRestriction> |