Show / Hide Table of Contents

Class AutoInstallConstraint

The auto-install constraint. Defines a set of restrictions for installation. At least one of the fields must be set.

Inheritance
object
AutoInstallConstraint
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.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class AutoInstallConstraint : IDirectResponseSchema

Properties

ChargingStateConstraint

Charging state constraint.

Declaration
[JsonProperty("chargingStateConstraint")]
public virtual string ChargingStateConstraint { get; set; }
Property Value
Type Description
string

DeviceIdleStateConstraint

Device idle state constraint.

Declaration
[JsonProperty("deviceIdleStateConstraint")]
public virtual string DeviceIdleStateConstraint { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NetworkTypeConstraint

Network type constraint.

Declaration
[JsonProperty("networkTypeConstraint")]
public virtual string NetworkTypeConstraint { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX