factory AddWorkingStorageOutput.fromJson(Map<String, dynamic> json) { return AddWorkingStorageOutput( gatewayARN: json['GatewayARN'] as String?, ); }