Class GoogleChromePolicyVersionsV1PolicySchemaRequiredItems
The fields that will become required based on the value of this field.
Implements
Inherited Members
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> |