GoogleCloudDatalabelingV1beta1ListInstructionsResponse constructor
GoogleCloudDatalabelingV1beta1ListInstructionsResponse({
- List<
GoogleCloudDatalabelingV1beta1Instruction> ? instructions, - String? nextPageToken,
Implementation
GoogleCloudDatalabelingV1beta1ListInstructionsResponse({
this.instructions,
this.nextPageToken,
});