Input$UpdateRefsInput constructor
Input$UpdateRefsInput({
- String? clientMutationId,
- required List<
Input$RefUpdate> refUpdates, - required String repositoryId,
Implementation
Input$UpdateRefsInput(
{this.clientMutationId,
required this.refUpdates,
required this.repositoryId});