Input$UpdateRefsInput constructor

Input$UpdateRefsInput({
  1. String? clientMutationId,
  2. required List<Input$RefUpdate> refUpdates,
  3. required String repositoryId,
})

Implementation

Input$UpdateRefsInput(
    {this.clientMutationId,
    required this.refUpdates,
    required this.repositoryId});