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