GoogleCloudEventarcV1PipelineRetryPolicy.fromJson constructor

GoogleCloudEventarcV1PipelineRetryPolicy.fromJson(
  1. Map json_
)

Implementation

GoogleCloudEventarcV1PipelineRetryPolicy.fromJson(core.Map json_)
  : this(
      maxAttempts: json_['maxAttempts'] as core.int?,
      maxRetryDelay: json_['maxRetryDelay'] as core.String?,
      minRetryDelay: json_['minRetryDelay'] as core.String?,
    );