class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaGetDefaultBranchResponse
Response message of CatalogService.GetDefaultBranch.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
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