Show / Hide Table of Contents

Class GoogleChromePolicyVersionsV1PolicyModificationFieldError

Error information for a modification request of a specific field on a specific policy.

Inheritance
object
GoogleChromePolicyVersionsV1PolicyModificationFieldError
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX