Input$UpdateLabelInput constructor

Input$UpdateLabelInput({
  1. String? clientMutationId,
  2. String? color,
  3. String? description,
  4. required String id,
  5. String? name,
})

Implementation

Input$UpdateLabelInput(
    {this.clientMutationId,
    this.color,
    this.description,
    required this.id,
    this.name});