Input$CloneProjectInput constructor

Input$CloneProjectInput({
  1. String? body,
  2. String? clientMutationId,
  3. required bool includeWorkflows,
  4. required String name,
  5. bool? public,
  6. required String sourceId,
  7. required String targetOwnerId,
})

Implementation

Input$CloneProjectInput(
    {this.body,
    this.clientMutationId,
    required this.includeWorkflows,
    required this.name,
    this.public,
    required this.sourceId,
    required this.targetOwnerId});