Class GoogleChromePolicyVersionsV1PolicyModificationFieldError
Error information for a modification request of a specific field on a specific policy.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1PolicyModificationFieldError : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Output only. The error message related to the field.
Declaration
[JsonProperty("error")]
public virtual string Error { get; set; }
Property Value
Type | Description |
---|---|
string |
Field
Output only. The name of the field with the error.
Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Type | Description |
---|---|
string |