Input$LockLockableInput constructor

Input$LockLockableInput({
  1. String? clientMutationId,
  2. Enum$LockReason? lockReason,
  3. required String lockableId,
})

Implementation

Input$LockLockableInput(
    {this.clientMutationId, this.lockReason, required this.lockableId});