GoogleCloudKmsInventoryV1Warning class

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

Constructors

GoogleCloudKmsInventoryV1Warning({String? displayMessage, String? warningCode})
GoogleCloudKmsInventoryV1Warning.fromJson(Map json_)

Properties

displayMessage String?
The literal message providing context and details about the warnings.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warningCode String?
The specific warning code for the displayed message. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited