GoogleCloudDatalabelingV1beta1CreateInstructionRequest constructor

GoogleCloudDatalabelingV1beta1CreateInstructionRequest({
  1. GoogleCloudDatalabelingV1beta1Instruction? instruction,
})

Implementation

GoogleCloudDatalabelingV1beta1CreateInstructionRequest({
  this.instruction,
});