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