GoogleCloudBeyondcorpAppconnectorsV1ImageConfig.fromJson constructor
GoogleCloudBeyondcorpAppconnectorsV1ImageConfig.fromJson(
- Map json_
Implementation
GoogleCloudBeyondcorpAppconnectorsV1ImageConfig.fromJson(core.Map json_)
: this(
stableImage: json_.containsKey('stableImage')
? json_['stableImage'] as core.String
: null,
targetImage: json_.containsKey('targetImage')
? json_['targetImage'] as core.String
: null,
);