CustomResourceSubresourceStatus.fromJson constructor
Creates a CustomResourceSubresourceStatus from JSON data.
Implementation
factory CustomResourceSubresourceStatus.fromJson(Map<String, dynamic> json) {
return CustomResourceSubresourceStatus();
}
Creates a CustomResourceSubresourceStatus from JSON data.
factory CustomResourceSubresourceStatus.fromJson(Map<String, dynamic> json) {
return CustomResourceSubresourceStatus();
}