class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaSetDefaultBranchRequest
def update!(**args)
def update!(**args) @branch_id = args[:branch_id] if args.key?(:branch_id) @force = args[:force] if args.key?(:force) @note = args[:note] if args.key?(:note) end