GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway.fromJson constructor
GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway.fromJson(
- Map json_
Implementation
GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway.fromJson(
core.Map json_)
: this(
appGateway: json_.containsKey('appGateway')
? json_['appGateway'] as core.String
: null,
ingressPort: json_.containsKey('ingressPort')
? json_['ingressPort'] as core.int
: null,
l7psc:
json_.containsKey('l7psc') ? json_['l7psc'] as core.String : null,
type: json_.containsKey('type') ? json_['type'] as core.String : null,
uri: json_.containsKey('uri') ? json_['uri'] as core.String : null,
);