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