Input$UpdateProjectInput constructor

Input$UpdateProjectInput({
  1. String? body,
  2. String? clientMutationId,
  3. String? name,
  4. required String projectId,
  5. bool? public,
  6. Enum$ProjectState? state,
})

Implementation

Input$UpdateProjectInput(
    {this.body,
    this.clientMutationId,
    this.name,
    required this.projectId,
    this.public,
    this.state});