SupportedGatewayRequestBody constructor
SupportedGatewayRequestBody({
- required String name,
- required String balenaType,
- required String appName,
- ChannelType channelType = const ChannelType._('balena'),
- LogbotLink? logbotLink,
Returns a new SupportedGatewayRequestBody instance.
Implementation
SupportedGatewayRequestBody({
required this.name,
required this.balenaType,
required this.appName,
this.channelType = const ChannelType._('balena'),
this.logbotLink,
});