Input$AddLabelsToLabelableInput constructor

Input$AddLabelsToLabelableInput({
  1. String? clientMutationId,
  2. required List<String> labelIds,
  3. required String labelableId,
})

Implementation

Input$AddLabelsToLabelableInput(
    {this.clientMutationId,
    required this.labelIds,
    required this.labelableId});