GoogleCloudRetailV2GetDefaultBranchResponse constructor

GoogleCloudRetailV2GetDefaultBranchResponse({
  1. String? branch,
  2. String? note,
  3. String? setTime,
})

Implementation

GoogleCloudRetailV2GetDefaultBranchResponse({
  this.branch,
  this.note,
  this.setTime,
});