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