GoogleCloudDatalabelingV1beta1ListInstructionsResponse constructor

GoogleCloudDatalabelingV1beta1ListInstructionsResponse({
  1. List<GoogleCloudDatalabelingV1beta1Instruction>? instructions,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDatalabelingV1beta1ListInstructionsResponse({
  this.instructions,
  this.nextPageToken,
});