GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata.fromJson constructor

GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata.fromJson(
  core.Map json_,
) : this(
      completionDateTime: json_['completionDateTime'] as core.String?,
      creationDateTime: json_['creationDateTime'] as core.String?,
      estimatedCompletionRatio:
          (json_['estimatedCompletionRatio'] as core.num?)?.toDouble(),
      executedOperationCount: json_['executedOperationCount'] as core.String?,
      executionLimitSeconds: json_['executionLimitSeconds'] as core.int?,
      operationCount: json_['operationCount'] as core.String?,
      startDateTime: json_['startDateTime'] as core.String?,
    );