Show / Hide Table of Contents

Class GoogleCloudKmsInventoryV1Warning

Warning message specifying various states of response data that might indicate incomplete or partial results.

Inheritance
object
GoogleCloudKmsInventoryV1Warning
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX