Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 920 Bytes

SubnetResponseCompound.md

File metadata and controls

20 lines (15 loc) · 920 Bytes

openapi.model.SubnetResponseCompound

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiSubnetID int The unique ID of the Subnet
fkiUserID int The unique ID of the User [optional]
fkiApikeyID int The unique ID of the Apikey [optional]
objSubnetDescription MultilingualSubnetDescription
iSubnetNetwork int The network of the Subnet in integer form. For example 8.8.8.0 would be 134744064
iSubnetMask int The mask of the Subnet in integer form. For example 255.255.255.0 would be 4294967040

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