GoogleCloudRetailV2SetDefaultBranchRequest constructor

GoogleCloudRetailV2SetDefaultBranchRequest({
  1. String? branchId,
  2. bool? force,
  3. String? note,
})

Implementation

GoogleCloudRetailV2SetDefaultBranchRequest({
  this.branchId,
  this.force,
  this.note,
});