factory PutSchemaFromJsonResponse.fromJson(Map<String, dynamic> json) { return PutSchemaFromJsonResponse( arn: json['Arn'] as String?, ); }