VerifyKmsConfigResponse.fromJson constructor

VerifyKmsConfigResponse.fromJson(
  1. Map json_
)

Implementation

VerifyKmsConfigResponse.fromJson(core.Map json_)
    : this(
        healthError: json_['healthError'] as core.String?,
        healthy: json_['healthy'] as core.bool?,
        instructions: json_['instructions'] as core.String?,
      );