GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata constructor

GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata({
  1. String? createTime,
  2. String? instruction,
  3. List<GoogleRpcStatus>? partialFailures,
})

Implementation

GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata({
  this.createTime,
  this.instruction,
  this.partialFailures,
});