Show / Hide Table of Contents

Class GoogleChromePolicyVersionsV1PolicySchemaRequiredItems

The fields that will become required based on the value of this field.

Inheritance
object
GoogleChromePolicyVersionsV1PolicySchemaRequiredItems
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 GoogleChromePolicyVersionsV1PolicySchemaRequiredItems : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FieldConditions

The value(s) of the field that provoke required field enforcement. An empty field_conditions implies that any value assigned to this field will provoke required field enforcement.

Declaration
[JsonProperty("fieldConditions")]
public virtual IList<string> FieldConditions { get; set; }
Property Value
Type Description
IList<string>

RequiredFields

The fields that are required as a consequence of the field conditions.

Declaration
[JsonProperty("requiredFields")]
public virtual IList<string> RequiredFields { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX