Class GoogleChromePolicyVersionsV1FieldConstraints
Information about any range constraints.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1FieldConstraints : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NumericRangeConstraint
The allowed range for numeric fields.
Declaration
[JsonProperty("numericRangeConstraint")]
public virtual GoogleChromePolicyVersionsV1NumericRangeConstraint NumericRangeConstraint { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromePolicyVersionsV1NumericRangeConstraint |
UploadedFileConstraints
Constraints on the uploaded file of a file policy. If present, this policy requires a URL that can be fetched by uploading a file with the constraints specified in this proto.
Declaration
[JsonProperty("uploadedFileConstraints")]
public virtual GoogleChromePolicyVersionsV1UploadedFileConstraints UploadedFileConstraints { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromePolicyVersionsV1UploadedFileConstraints |