Input$ClearLabelsFromLabelableInput constructor

Input$ClearLabelsFromLabelableInput({
  1. String? clientMutationId,
  2. required String labelableId,
})

Implementation

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