public sealed class Warning : IMessage<Warning>, IEquatable<Warning>, IDeepCloneable<Warning>, IBufferMessage, IMessageReference documentation and code samples for the KMS Inventory v1 API class Warning.
A warning message that indicates potential problems with the response data.
Namespace
Google.Cloud.Kms.Inventory.V1Assembly
Google.Cloud.Kms.Inventory.V1.dll
Constructors
Warning()
public Warning()Warning(Warning)
public Warning(Warning other)| Parameter | |
|---|---|
| Name | Description |
other |
Warning |
Properties
DisplayMessage
public string DisplayMessage { get; set; }The literal message providing context and details about the warnings.
| Property Value | |
|---|---|
| Type | Description |
string |
|
WarningCode
public Warning.Types.WarningCode WarningCode { get; set; }The specific warning code for the displayed message.
| Property Value | |
|---|---|
| Type | Description |
WarningTypesWarningCode |
|