Input$MoveProjectColumnInput constructor

Input$MoveProjectColumnInput({
  1. String? afterColumnId,
  2. String? clientMutationId,
  3. required String columnId,
})

Implementation

Input$MoveProjectColumnInput(
    {this.afterColumnId, this.clientMutationId, required this.columnId});