Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 637 Bytes

ServerDiscoveryInfo.md

File metadata and controls

18 lines (13 loc) · 637 Bytes

openapi.model.ServerDiscoveryInfo

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
address String Gets the address. [optional]
id String Gets the server identifier. [optional]
name String Gets the name. [optional]
endpointAddress String Gets the endpoint address. [optional]

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