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."}
Implements
Inherited Members
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 |