Show / Hide Table of Contents

Class GoogleChromePolicyVersionsV1PolicyModificationError

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

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

Properties

ETag

The ETag of the item.

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

Errors

Output only. The non-field errors related to the modification.

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

FieldErrors

Output only. The error messages related to the modification.

Declaration
[JsonProperty("fieldErrors")]
public virtual IList<GoogleChromePolicyVersionsV1PolicyModificationFieldError> FieldErrors { get; set; }
Property Value
Type Description
IList<GoogleChromePolicyVersionsV1PolicyModificationFieldError>

PolicySchema

Output only. The specific policy schema modification that had an error.

Declaration
[JsonProperty("policySchema")]
public virtual string PolicySchema { get; set; }
Property Value
Type Description
string

PolicyTargetKey

Output only. The specific policy target modification that had error.

Declaration
[JsonProperty("policyTargetKey")]
public virtual GoogleChromePolicyVersionsV1PolicyTargetKey PolicyTargetKey { get; set; }
Property Value
Type Description
GoogleChromePolicyVersionsV1PolicyTargetKey

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX