GoogleCloudBeyondcorpSecuritygatewaysV1Endpoint.fromJson constructor
GoogleCloudBeyondcorpSecuritygatewaysV1Endpoint.fromJson(
- Map json_
Implementation
GoogleCloudBeyondcorpSecuritygatewaysV1Endpoint.fromJson(core.Map json_)
: this(
hostname: json_['hostname'] as core.String?,
port: json_['port'] as core.int?,
);