GoogleCloudIntegrationsV1alphaSuccessPolicy.fromJson constructor

GoogleCloudIntegrationsV1alphaSuccessPolicy.fromJson(
  1. Map json_
)

Implementation

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