GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint.fromJson constructor
GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint.fromJson(
- Map json_
Implementation
GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint.fromJson(
core.Map json_)
: this(
host: json_.containsKey('host') ? json_['host'] as core.String : null,
port: json_.containsKey('port') ? json_['port'] as core.int : null,
);