Input$UpdateRefInput constructor

Input$UpdateRefInput({
  1. String? clientMutationId,
  2. bool? force,
  3. required String oid,
  4. required String refId,
})

Implementation

Input$UpdateRefInput(
    {this.clientMutationId,
    this.force,
    required this.oid,
    required this.refId});