Class GoogleCloudKmsInventoryV1Warning
Warning message specifying various states of response data that might indicate incomplete or partial results.
Implements
Inherited Members
Namespace: Google.Apis.Kmsinventory.v1.Data
Assembly: Google.Apis.Kmsinventory.v1.dll
Syntax
public class GoogleCloudKmsInventoryV1Warning : IDirectResponseSchema
Properties
DisplayMessage
The literal message providing context and details about the warnings.
Declaration
[JsonProperty("displayMessage")]
public virtual string DisplayMessage { 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 |
WarningCode
The specific warning code for the displayed message.
Declaration
[JsonProperty("warningCode")]
public virtual string WarningCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |