Show / Hide Table of Contents

Class GoogleCloudKmsInventoryV1Warning

A warning message that indicates potential problems with the response data.

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