GoogleCloudKmsInventoryV1Warning.fromJson constructor
GoogleCloudKmsInventoryV1Warning.fromJson(
- Map json_
Implementation
GoogleCloudKmsInventoryV1Warning.fromJson(core.Map json_)
: this(
displayMessage: json_['displayMessage'] as core.String?,
warningCode: json_['warningCode'] as core.String?,
);