GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint.fromJson constructor

GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpoint.fromJson(
  1. Map json_
)

Implementation

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