CreateCustomKeyStoreResponse.fromJson constructor
Implementation
factory CreateCustomKeyStoreResponse.fromJson(Map<String, dynamic> json) {
return CreateCustomKeyStoreResponse(
customKeyStoreId: json['CustomKeyStoreId'] as String?,
);
}
factory CreateCustomKeyStoreResponse.fromJson(Map<String, dynamic> json) {
return CreateCustomKeyStoreResponse(
customKeyStoreId: json['CustomKeyStoreId'] as String?,
);
}