Class ProductsResource.GetAppRestrictionsSchemaRequest
Retrieves the schema that defines the configurable properties for this product. All products have a schema, but this schema may be empty if no managed configurations have been defined. This schema can be used to populate a UI that allows an admin to configure the product. To apply a managed configuration based on the schema obtained using this API, see Managed Configurations through Play.
Inheritance
ProductsResource.GetAppRestrictionsSchemaRequest
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ProductsResource.GetAppRestrictionsSchemaRequest : AndroidEnterpriseBaseServiceRequest<AppRestrictionsSchema>, IClientServiceRequest<AppRestrictionsSchema>, IClientServiceRequest
Constructors
GetAppRestrictionsSchemaRequest(IClientService, string, string)
Constructs a new GetAppRestrictionsSchema request.
Declaration
public GetAppRestrictionsSchemaRequest(IClientService service, string enterpriseId, string productId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | enterpriseId | |
string | productId |
Properties
EnterpriseId
The ID of the enterprise.
Declaration
[RequestParameter("enterpriseId", RequestParameterType.Path)]
public virtual string EnterpriseId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Language
The BCP47 tag for the user's preferred language (e.g. "en-US", "de").
Declaration
[RequestParameter("language", RequestParameterType.Query)]
public virtual string Language { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ProductId
The ID of the product.
Declaration
[RequestParameter("productId", RequestParameterType.Path)]
public virtual string ProductId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetAppRestrictionsSchema parameter list.
Declaration
protected override void InitParameters()