Input$DeleteDeploymentInput constructor

Input$DeleteDeploymentInput({
  1. String? clientMutationId,
  2. required String id,
})

Implementation

Input$DeleteDeploymentInput({this.clientMutationId, required this.id});