class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGetDefaultBranchResponse

Response message of CatalogService.GetDefaultBranch.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @branch = args[:branch] if args.key?(:branch)
  @note = args[:note] if args.key?(:note)
  @set_time = args[:set_time] if args.key?(:set_time)
end