Show / Hide Table of Contents

Class AuxiliaryMessage

Auxiliary message about issues with printers or settings. Example: {message_type:AUXILIARY_MESSAGE_WARNING, field_mask:make_and_model, message:"Given printer is invalid or no longer supported."}

Inheritance
object
AuxiliaryMessage
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.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class AuxiliaryMessage : IDirectResponseSchema

Properties

AuxiliaryMessageValue

Human readable message in English. Example: "Given printer is invalid or no longer supported."

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

ETag

The ETag of the item.

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

FieldMask

Field that this message concerns.

Declaration
[JsonProperty("fieldMask")]
public virtual object FieldMask { get; set; }
Property Value
Type Description
object

Severity

Message severity

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX