Show / Hide Table of Contents

Class GoogleChromePolicyVersionsV1FieldConstraints

Information about any range constraints.

Inheritance
object
GoogleChromePolicyVersionsV1FieldConstraints
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX