Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 854 Bytes

Gateway.md

File metadata and controls

23 lines (18 loc) · 854 Bytes

spanapi.model.Gateway

Load the model package

import 'package:spanapi/api.dart';

Properties

Name Type Description Notes
gatewayId String [optional]
collectionId String [optional]
name String [optional]
builtIn bool [optional]
type GatewayType [optional]
config GatewayConfig [optional]
tags Map<String, String> [optional] [default to const {}]
status GatewayStatus [optional]
enabled bool [optional]

[Back to Model list] [Back to API list] [Back to README]